pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Correct the fallback value of FALSE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3a4d2962eb3
branches: trunk
changeset: 493132:c3a4d2962eb3
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Apr 27 20:54:08 2005 +0000
description:
Correct the fallback value of FALSE.
diffstat:
mk/tools/bsd.tools.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 176e5d522f90 -r c3a4d2962eb3 mk/tools/bsd.tools.mk
--- a/mk/tools/bsd.tools.mk Wed Apr 27 20:53:44 2005 +0000
+++ b/mk/tools/bsd.tools.mk Wed Apr 27 20:54:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.tools.mk,v 1.10 2005/04/27 20:53:44 jlam Exp $
+# $NetBSD: bsd.tools.mk,v 1.11 2005/04/27 20:54:08 jlam Exp $
#
# This Makefile fragment creates tools under ${TOOLS_DIR} that are
# found before similarly-named tools in the system path.
@@ -114,7 +114,7 @@
CHMOD?= chmod
ECHO?= echo
-FALSE?= echo
+FALSE?= false
LN?= ln
MKDIR?= mkdir -p
Home |
Main Index |
Thread Index |
Old Index