Source-Changes-HG archive

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

[src/trunk]: src/bin/sh The printf builtin has been "temporarily" disabled fo...



details:   https://anonhg.NetBSD.org/src/rev/298b8b33ce9b
branches:  trunk
changeset: 527016:298b8b33ce9b
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Wed May 15 20:45:17 2002 +0000

description:
The printf builtin has been "temporarily" disabled for eight years.  Remove
its directory from .PATH to avoid confusion.

diffstat:

 bin/sh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e605e2f74018 -r 298b8b33ce9b bin/sh/Makefile
--- a/bin/sh/Makefile   Wed May 15 19:43:29 2002 +0000
+++ b/bin/sh/Makefile   Wed May 15 20:45:17 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.56 2002/02/12 06:39:10 ross Exp $
+#      $NetBSD: Makefile,v 1.57 2002/05/15 20:45:17 bjh21 Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 .include <bsd.own.mk>
@@ -25,7 +25,7 @@
 CPPFLAGS+=-DSMALL
 .endif
 
-.PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf ${.CURDIR}/../test
+.PATH: ${.CURDIR}/bltin ${.CURDIR}/../test
 
 CLEANFILES+= mkinit mknodes mksyntax
 CLEANFILES+= ${GENSRCS} y.tab.h



Home | Main Index | Thread Index | Old Index