pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools If /usr/bin/printf exists, it will be used.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/414cc661e51e
branches:  trunk
changeset: 520185:414cc661e51e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 17 06:13:51 2006 +0000

description:
If /usr/bin/printf exists, it will be used.

diffstat:

 mk/tools/tools.BSDOS.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5c53333a60a8 -r 414cc661e51e mk/tools/tools.BSDOS.mk
--- a/mk/tools/tools.BSDOS.mk   Tue Oct 17 06:08:31 2006 +0000
+++ b/mk/tools/tools.BSDOS.mk   Tue Oct 17 06:13:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.BSDOS.mk,v 1.16 2005/11/04 20:02:01 jlam Exp $
+# $NetBSD: tools.BSDOS.mk,v 1.17 2006/10/17 06:13:51 rillig Exp $
 #
 # System-supplied tools for the BSD/OS operating system.
 
@@ -59,6 +59,9 @@
 .elif exists(/usr/contrib/bin/patch)
 TOOLS_PLATFORM.patch?=         /usr/contrib/bin/patch
 .endif
+.if exists(/usr/bin/printf)
+TOOLS_PLATFORM.printf?=                /usr/bin/printf
+.endif
 TOOLS_PLATFORM.pwd?=           /bin/pwd
 TOOLS_PLATFORM.rm?=            /bin/rm
 TOOLS_PLATFORM.rmdir?=         /bin/rmdir



Home | Main Index | Thread Index | Old Index