Source-Changes-HG archive

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

[src/netbsd-1-5]: src/bin/ksh Pull up rev 1.13:



details:   https://anonhg.NetBSD.org/src/rev/f06295541004
branches:  netbsd-1-5
changeset: 489360:f06295541004
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Sep 03 22:44:02 2000 +0000

description:
Pull up rev 1.13:
> date: 2000/06/22 05:42:22;  author: soren;  state: Exp;  lines: +3 -1
> CLEANFILES+= siglist.out emacs.out

diffstat:

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

diffs (18 lines):

diff -r 5e006566f967 -r f06295541004 bin/ksh/Makefile
--- a/bin/ksh/Makefile  Sun Sep 03 22:42:37 2000 +0000
+++ b/bin/ksh/Makefile  Sun Sep 03 22:44:02 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 1999/10/20 15:09:58 hubertf Exp $
+#      $NetBSD: Makefile,v 1.12.6.1 2000/09/03 22:44:02 soren Exp $
 
 CPPFLAGS+=     -DHAVE_CONFIG_H -I.
 
@@ -12,6 +12,8 @@
 # needs tbl for the man page.
 USETBL= 
 
+CLEANFILES+=   siglist.out emacs.out
+
 # two steps to prevent the creation of a bogus siglist.out
 siglist.out: config.h sh.h siglist.in siglist.sh
        sh $(.CURDIR)/siglist.sh "$(CPP) $(CPPFLAGS) $(DEFS) -I. -I$(.CURDIR)" < $(.CURDIR)/siglist.in > tmpsiglist.out



Home | Main Index | Thread Index | Old Index