pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Nov 22 13:18:59 UTC 2022
Modified Files:
pkgsrc/mk/tools: tools.SunOS.mk
Log Message:
mk/tools: Don't ever use GNU false instead of builtin.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/mk/tools/tools.SunOS.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/tools.SunOS.mk
diff -u pkgsrc/mk/tools/tools.SunOS.mk:1.55 pkgsrc/mk/tools/tools.SunOS.mk:1.56
--- pkgsrc/mk/tools/tools.SunOS.mk:1.55 Tue Nov 22 09:15:51 2022
+++ pkgsrc/mk/tools/tools.SunOS.mk Tue Nov 22 13:18:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.55 2022/11/22 09:15:51 jperkin Exp $
+# $NetBSD: tools.SunOS.mk,v 1.56 2022/11/22 13:18:59 jperkin Exp $
#
# System-supplied tools for the Solaris and illumos operating systems.
#
@@ -71,11 +71,7 @@ TOOLS_PLATFORM.fgrep?= /usr/xpg4/bin/gr
.endif
TOOLS_PLATFORM.env?= /usr/bin/env
TOOLS_PLATFORM.expr?= /usr/xpg4/bin/expr
-.if exists(/usr/gnu/bin/false)
-TOOLS_PLATFORM.false?= /usr/gnu/bin/false
-.else
TOOLS_PLATFORM.false?= false # shell builtin
-.endif
TOOLS_PLATFORM.file?= /usr/bin/file
.if exists(/usr/gnu/bin/find)
TOOLS_PLATFORM.find?= /usr/gnu/bin/find
Home |
Main Index |
Thread Index |
Old Index