cvs commit: src/usr.bin/make Makefile directive_hash.c
directive_hash.h parse.c
Hartmut Brandt
harti at FreeBSD.org
Thu Apr 28 00:55:57 PDT 2005
harti 2005-04-28 07:55:56 UTC
FreeBSD src repository
Modified files:
usr.bin/make Makefile parse.c
Added files:
usr.bin/make directive_hash.c directive_hash.h
Log:
Move the hash function for directives into its own file and add
a Makefile target to re-created this file. Note, that there is no
explicite dependency to automatically re-create the file, because this
is needed only when the directive table changes and it requires the
(yet to come) devel/mph port.
Submitted by: Max Okumoto <okumoto at ucsd.edu> (first version)
Revision Changes Path
1.46 +55 -2 src/usr.bin/make/Makefile
1.1 +66 -0 src/usr.bin/make/directive_hash.c (new)
1.1 +36 -0 src/usr.bin/make/directive_hash.h (new)
1.97 +3 -65 src/usr.bin/make/parse.c
More information about the cvs-src
mailing list