Source-Changes-HG archive

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

[src/trunk]: src Back out replacing gawk by nawk - James Chacon already fixed...



details:   https://anonhg.NetBSD.org/src/rev/db7fb95b045f
branches:  trunk
changeset: 518669:db7fb95b045f
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 03 22:28:19 2001 +0000

description:
Back out replacing gawk by nawk - James Chacon already fixed gawk for
sparc64.

Sorry, next time I'll catch up with mails first.

diffstat:

 gnu/usr.bin/Makefile |  8 ++------
 usr.bin/Makefile     |  6 +-----
 2 files changed, 3 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r 63358d73b98e -r db7fb95b045f gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Mon Dec 03 22:15:16 2001 +0000
+++ b/gnu/usr.bin/Makefile      Mon Dec 03 22:28:19 2001 +0000
@@ -1,19 +1,15 @@
-#      $NetBSD: Makefile,v 1.105 2001/12/03 22:14:09 martin Exp $
+#      $NetBSD: Makefile,v 1.106 2001/12/03 22:29:35 martin Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
 
-SUBDIR+=       bc binutils c89 cvs dc diff diff3 egcs gas.new gcc gdb grep
+SUBDIR+=       bc binutils c89 cvs dc diff diff3 egcs gas.new gawk gcc gdb grep
 SUBDIR+=       gprof groff gzip ld.new rcs sdiff send-pr texinfo
 
 SUBDIR+=       cpio
 SUBDIR+=       tar
 SUBDIR+=       gettext
 
-.if (${MACHINE_ARCH} != "sparc64")
-SUBDIR+=       gawk
-.endif
-
 .if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") ||   \
     (${MACHINE_ARCH} == "ns32k")
 SUBDIR+=       gas
diff -r 63358d73b98e -r db7fb95b045f usr.bin/Makefile
--- a/usr.bin/Makefile  Mon Dec 03 22:15:16 2001 +0000
+++ b/usr.bin/Makefile  Mon Dec 03 22:28:19 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.119 2001/12/03 22:15:16 martin Exp $
+#      $NetBSD: Makefile,v 1.120 2001/12/03 22:28:19 martin Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -33,8 +33,4 @@
 SUBDIR+= ssh
 .endif
 
-.if (${MACHINE_ARCH} == "sparc64")
-SUBDIR+=       awk
-.endif
-
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index