Source-Changes-HG archive

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

[src/netbsd-1-4]: src/bin/sh Pull up revision 1.50 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/28c19ff4c770
branches:  netbsd-1-4
changeset: 470645:28c19ff4c770
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 14:28:43 2000 +0000

description:
Pull up revision 1.50 (requested by he):
  Enable test as a shell builtin.  Fixes PR#9847.

diffstat:

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

diffs (27 lines):

diff -r d7bffb22bfd4 -r 28c19ff4c770 bin/sh/Makefile
--- a/bin/sh/Makefile   Sat Jun 03 14:28:12 2000 +0000
+++ b/bin/sh/Makefile   Sat Jun 03 14:28:43 2000 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: Makefile,v 1.48 1999/02/05 22:19:47 tron Exp $
+#      $NetBSD: Makefile,v 1.48.2.1 2000/06/03 14:28:43 he Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 YHEADER=1
 PROG=  sh
 SHSRCS=        alias.c cd.c echo.c error.c eval.c exec.c expand.c \
        histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c \
-       mystring.c options.c parser.c redir.c show.c trap.c output.c var.c
+       mystring.c options.c parser.c redir.c show.c trap.c output.c var.c \
+       test.c
 GENSRCS=arith.c arith.h arith_lex.c builtins.c builtins.h init.c nodes.c \
        nodes.h syntax.c syntax.h token.h
 SRCS=  ${SHSRCS} ${GENSRCS}
@@ -18,7 +19,7 @@
 
 CPPFLAGS+=-DSHELL -I. -I${.CURDIR}
 
-.PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf
+.PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf ${.CURDIR}/../test
 
 CLEANFILES+= mkinit mknodes mksyntax
 CLEANFILES+= ${GENSRCS} y.tab.h



Home | Main Index | Thread Index | Old Index