Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/usr.bin/make/lst.lib
Module Name: src
Committed By: tron
Date: Mon May 10 15:42:33 UTC 2004
Modified Files:
src/usr.bin/make/lst.lib [netbsd-2-0]: lstAppend.c lstAtEnd.c
lstAtFront.c lstClose.c lstDatum.c lstDeQueue.c lstEnQueue.c
lstFirst.c lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c
lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c
Log Message:
Pull up revision 1.10 (requested by sjg in ticket #282):
Simplify build, no functional changes.
Instead of adding MAKE_BOOTSTRAP for hosted environments, i.e., when
you want things simple, instead add MAKE_NATIVE to get those hugely
important features like __RCSID().
It's now possible to build make on some hosts with: cc *.c */*.c
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/make/lst.lib/lstAppend.c \
src/usr.bin/make/lst.lib/lstAtEnd.c src/usr.bin/make/lst.lib/lstAtFront.c \
src/usr.bin/make/lst.lib/lstClose.c src/usr.bin/make/lst.lib/lstDatum.c \
src/usr.bin/make/lst.lib/lstDeQueue.c \
src/usr.bin/make/lst.lib/lstEnQueue.c src/usr.bin/make/lst.lib/lstFirst.c \
src/usr.bin/make/lst.lib/lstInit.c src/usr.bin/make/lst.lib/lstInsert.c \
src/usr.bin/make/lst.lib/lstIsAtEnd.c \
src/usr.bin/make/lst.lib/lstIsEmpty.c src/usr.bin/make/lst.lib/lstLast.c \
src/usr.bin/make/lst.lib/lstMember.c src/usr.bin/make/lst.lib/lstNext.c \
src/usr.bin/make/lst.lib/lstOpen.c src/usr.bin/make/lst.lib/lstRemove.c \
src/usr.bin/make/lst.lib/lstReplace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index