cvs commit: src/usr.bin/make GNode.h arch.c make.c make.h parse.h
Hartmut Brandt
harti at FreeBSD.org
Tue May 10 07:27:05 PDT 2005
harti 2005-05-10 14:27:04 UTC
FreeBSD src repository
Modified files:
usr.bin/make GNode.h arch.c make.c make.h parse.h
Log:
Move the definitions of the OP_* constants from make.h into GNode.h
where they actually belong to. Move the definitions of the strings
for special macros like "$*" from make.h to parse.h - they're used
only in the parser.
Submitted by: Max Okumoto <okumoto at ucsd.edu> (7.211)
Revision Changes Path
1.3 +63 -2 src/usr.bin/make/GNode.h
1.63 +1 -0 src/usr.bin/make/arch.c
1.36 +1 -0 src/usr.bin/make/make.c
1.33 +3 -77 src/usr.bin/make/make.h
1.5 +18 -0 src/usr.bin/make/parse.h
More information about the cvs-src
mailing list