pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk use built-in test(1) now that bsd.pkg.mk is ${TEST}...
details: https://anonhg.NetBSD.org/pkgsrc/rev/447ef4a53ea3
branches: trunk
changeset: 477493:447ef4a53ea3
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jul 03 22:04:57 2004 +0000
description:
use built-in test(1) now that bsd.pkg.mk is ${TEST} -e free.
diffstat:
mk/defs.SunOS.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d2b8b5edaeb -r 447ef4a53ea3 mk/defs.SunOS.mk
--- a/mk/defs.SunOS.mk Sat Jul 03 22:00:03 2004 +0000
+++ b/mk/defs.SunOS.mk Sat Jul 03 22:04:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.87 2004/06/18 11:22:41 kristerw Exp $
+# $NetBSD: defs.SunOS.mk,v 1.88 2004/07/03 22:04:57 grant Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -81,7 +81,7 @@
TAIL?= /usr/xpg4/bin/tail
TAR?= ${LOCALBASE}/bin/tar
TEE?= /usr/bin/tee
-TEST?= /usr/bin/test
+TEST?= test
TOUCH?= /usr/bin/touch
TR?= /usr/bin/tr
TRUE?= /usr/bin/true
Home |
Main Index |
Thread Index |
Old Index