cvs commit: src/usr.bin/make GNode.h arch.h buf.c buf.h cond.c
for.h globals.h hash.c hash.h job.h lst.h make.h parse.h sprite.h
str.h util.h
Hartmut Brandt
harti at FreeBSD.org
Fri May 13 01:53:02 PDT 2005
harti 2005-05-13 08:53:01 UTC
FreeBSD src repository
Modified files:
usr.bin/make GNode.h arch.h buf.c buf.h cond.c for.h
globals.h hash.c hash.h job.h lst.h
make.h parse.h str.h util.h
Removed files:
usr.bin/make sprite.h
Log:
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
get rid of sprite.h.
Obtained from: DragonFlyBSD
Revision Changes Path
1.4 +1 -1 src/usr.bin/make/GNode.h
1.4 +1 -1 src/usr.bin/make/arch.h
1.36 +0 -1 src/usr.bin/make/buf.c
1.27 +1 -1 src/usr.bin/make/buf.h
1.52 +0 -1 src/usr.bin/make/cond.c
1.3 +1 -1 src/usr.bin/make/for.h
1.10 +1 -1 src/usr.bin/make/globals.h
1.25 +0 -1 src/usr.bin/make/hash.c
1.20 +1 -1 src/usr.bin/make/hash.h
1.41 +1 -1 src/usr.bin/make/job.h
1.36 +1 -1 src/usr.bin/make/lst.h
1.34 +1 -1 src/usr.bin/make/make.h
1.6 +1 -1 src/usr.bin/make/parse.h
1.15 +0 -67 src/usr.bin/make/sprite.h (dead)
1.4 +1 -1 src/usr.bin/make/str.h
1.8 +16 -0 src/usr.bin/make/util.h
More information about the cvs-src
mailing list