Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/make Pull up revision 1.21 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/447a3fd357c6
branches:  netbsd-1-4
changeset: 471072:447a3fd357c6
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:31:47 2000 +0000

description:
Pull up revision 1.21 (requested by he):
  Format string cleanup.

diffstat:

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

diffs (18 lines):

diff -r fe96395ebf9b -r 447a3fd357c6 usr.bin/make/Makefile
--- a/usr.bin/make/Makefile     Thu Oct 19 16:31:45 2000 +0000
+++ b/usr.bin/make/Makefile     Thu Oct 19 16:31:47 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 1997/10/24 09:00:47 lukem Exp $
+#      $NetBSD: Makefile,v 1.18.2.1 2000/10/19 16:31:47 he Exp $
 #      @(#)Makefile    5.2 (Berkeley) 12/28/90
 
 CPPFLAGS+= -I${.CURDIR}
@@ -11,7 +11,7 @@
        lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \
        lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
 .PATH: ${.CURDIR}/lst.lib
-
+WFORMAT= 1
 .if make(install)
 SUBDIR=        PSD.doc
 .endif



Home | Main Index | Thread Index | Old Index