cvs commit: src/usr.bin/make suff.c targ.c util.c util.h
Hartmut Brandt
harti at FreeBSD.org
Fri May 13 06:47:41 PDT 2005
harti 2005-05-13 13:47:41 UTC
FreeBSD src repository
Modified files:
usr.bin/make suff.c targ.c util.c util.h
Log:
Use the print_flags function to print the OP_ flags of a target.
Give the function one more argument to decide whether it should
print the flags like a C-expression or just space-delimited.
Revision Changes Path
1.63 +1 -1 src/usr.bin/make/suff.c
1.41 +20 -35 src/usr.bin/make/targ.c
1.19 +6 -4 src/usr.bin/make/util.c
1.9 +1 -1 src/usr.bin/make/util.h
More information about the cvs-src
mailing list