Date: Fri, 13 May 2005 08:53:01 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200505130853.j4D8r1D5058987@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505130853.j4D8r1D5058987>
