Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/x_sh Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/3d5e4192ffe1
branches:  netbsd-1-4
changeset: 470701:3d5e4192ffe1
user:      he <he%NetBSD.org@localhost>
date:      Sat Jul 01 17:48:21 2000 +0000

description:
Apply patch (requested by he):
  Pull in test sources now that test is a shell builtin.

diffstat:

 distrib/utils/x_sh/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce3b0c98d5e3 -r 3d5e4192ffe1 distrib/utils/x_sh/Makefile
--- a/distrib/utils/x_sh/Makefile       Sat Jul 01 17:45:52 2000 +0000
+++ b/distrib/utils/x_sh/Makefile       Sat Jul 01 17:48:21 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 1999/02/13 02:54:19 lukem Exp $
+#      $NetBSD: Makefile,v 1.8.2.1 2000/07/01 17:48:21 he Exp $
 # Build a smaller sh (e.g. for boot media)
 #
 # Be very careful before attempting to "clean up" the ugly location
@@ -27,6 +27,7 @@
 
 CPPFLAGS+= -I${SRCDIR} -DSMALL
 
-.PATH: ${SRCDIR} ${SRCDIR}/bltin ${SRCDIR}/../../usr.bin/printf
+.PATH: ${SRCDIR} ${SRCDIR}/bltin ${SRCDIR}/../../usr.bin/printf \
+       ${SRCDIR}/../test
 
 .include "${SRCDIR}/Makefile"



Home | Main Index | Thread Index | Old Index