switch awk to nawk; gawk sources will be removed after some grace period
change blessed by core@
This commit is contained in:
parent
f1c67110ff
commit
c370e5310e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: 3RDPARTY,v 1.189 2004/03/08 19:17:12 jdolecek Exp $
|
||||
# $NetBSD: 3RDPARTY,v 1.190 2004/03/13 22:28:47 jdolecek Exp $
|
||||
#
|
||||
# This file contains a list of the software that has been integrated into
|
||||
# NetBSD where we are not the primary maintainer.
|
||||
@ -240,9 +240,8 @@ Archive Site: ftp://ftp.gnu.org/gnu/gawk/
|
||||
Mailing List: bug-gawk@gnu.org
|
||||
Responsible:
|
||||
Notes:
|
||||
Should look at ATT awk as a replacement for this. A download link
|
||||
is available at http://cm.bell-labs.com/who/bwk/
|
||||
See also nawk entry below.
|
||||
Replaced by nawk. gawk sources will be removed from tree
|
||||
after some grace period.
|
||||
|
||||
Package: gcc
|
||||
Version: 2.95.3/3.3.2
|
||||
@ -447,7 +446,6 @@ Archive Site: http://cm.bell-labs.com/who/bwk/
|
||||
Mailing List:
|
||||
Responsible: jdolecek
|
||||
Notes:
|
||||
We still use gawk as the system awk. nawk is here for evaluation only for now.
|
||||
Build maketab from nawk sources and generate proctab.c.
|
||||
Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
|
||||
to src/dist/nawk.
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.276 $>
|
||||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.277 $>
|
||||
|
||||
|
||||
[Note: This file does not mention every change made to the NetBSD source tree.
|
||||
@ -626,3 +626,5 @@ Changes from NetBSD 1.6 to NetBSD 2.0:
|
||||
allowing attachment of pckbd(4) and pms(4) drivers.
|
||||
Removed opms(4) driver and old qms(4) driver, renaming wsqms(4)
|
||||
to qms(4). [bjh21 20040313]
|
||||
awk(1): switched from GNU awk to The One True New AWK by
|
||||
B.W.Kernighan [jdolecek 200403113]
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.118 2003/11/27 10:52:02 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.119 2004/03/13 22:28:47 jdolecek Exp $
|
||||
|
||||
# for OBJECT_FMT
|
||||
.include <bsd.own.mk>
|
||||
@ -14,8 +14,6 @@ SUBDIR+= cvs
|
||||
SUBDIR+= dc diffutils grep
|
||||
SUBDIR+= groff gzip rcs send-pr texinfo
|
||||
|
||||
SUBDIR+= gawk
|
||||
|
||||
SUBDIR+= gettext
|
||||
|
||||
.if ${MKGDB} != "no"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.136 2003/07/04 05:41:49 tshiozak Exp $
|
||||
# $NetBSD: Makefile,v 1.137 2004/03/13 22:28:47 jdolecek Exp $
|
||||
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= apply apropos asa at audio banner basename biff \
|
||||
SUBDIR= apply apropos asa at audio awk banner basename biff \
|
||||
bzip2 bzip2recover cal calendar cap_mkdb cdplay \
|
||||
checknr chflags chpass cksum cmp col colcrt colrm \
|
||||
column comm compress crontab crunch ctags cut \
|
||||
|
Loading…
Reference in New Issue
Block a user