pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools OpenBSD xargs behaves like Linux xargs; add -...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7eb493ae1cf7
branches: trunk
changeset: 527770:7eb493ae1cf7
user: hiramatsu <hiramatsu%pkgsrc.org@localhost>
date: Fri Apr 13 06:56:20 2007 +0000
description:
OpenBSD xargs behaves like Linux xargs; add -r here too.
diffstat:
mk/tools/tools.OpenBSD.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r d282e9e191a6 -r 7eb493ae1cf7 mk/tools/tools.OpenBSD.mk
--- a/mk/tools/tools.OpenBSD.mk Fri Apr 13 06:47:18 2007 +0000
+++ b/mk/tools/tools.OpenBSD.mk Fri Apr 13 06:56:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.OpenBSD.mk,v 1.26 2006/07/05 04:32:10 jlam Exp $
+# $NetBSD: tools.OpenBSD.mk,v 1.27 2007/04/13 06:56:20 hiramatsu Exp $
#
# System-supplied tools for the OpenBSD operating system.
@@ -89,5 +89,5 @@
TOOLS_PLATFORM.true?= true # shell builtin
TOOLS_PLATFORM.tsort?= /usr/bin/tsort
TOOLS_PLATFORM.wc?= /usr/bin/wc
-TOOLS_PLATFORM.xargs?= /usr/bin/xargs
+TOOLS_PLATFORM.xargs?= /usr/bin/xargs -r
TOOLS_PLATFORM.yacc?= /usr/bin/yacc
Home |
Main Index |
Thread Index |
Old Index