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:53 UTC 2004
Modified Files:
src/usr.bin/make/lst.lib [netbsd-2-0]: lstDestroy.c lstDupl.c lstFind.c
lstFindFrom.c lstForEach.c lstForEachFrom.c lstSucc.c
Log Message:
Pull up revision 1.11 (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.10 -r1.10.2.1 src/usr.bin/make/lst.lib/lstDestroy.c \
src/usr.bin/make/lst.lib/lstDupl.c src/usr.bin/make/lst.lib/lstFind.c \
src/usr.bin/make/lst.lib/lstFindFrom.c \
src/usr.bin/make/lst.lib/lstForEach.c \
src/usr.bin/make/lst.lib/lstForEachFrom.c \
src/usr.bin/make/lst.lib/lstSucc.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