cvs commit: src/usr.bin/make arch.c cond.c dir.c job.c lst.h
main.c suff.c var.c src/usr.bin/make/lst.lib lstFindFrom.c
Hartmut Brandt
harti at FreeBSD.org
Wed Dec 8 04:59:27 PST 2004
harti 2004-12-08 12:59:27 UTC
FreeBSD src repository
Modified files:
usr.bin/make arch.c cond.c dir.c job.c lst.h main.c
suff.c var.c
usr.bin/make/lst.lib lstFindFrom.c
Log:
Constify the arguments to the list compare function. This temporarily
requires to make a copy of the filename in ReadMakefile and to duplicate
two small functions in suff.c. This hopefully will go away when everything
is constified.
Submitted by: Max Okumoto <okumoto at ucsd.edu> (partly)
Revision Changes Path
1.40 +3 -3 src/usr.bin/make/arch.c
1.32 +2 -3 src/usr.bin/make/cond.c
1.41 +2 -3 src/usr.bin/make/dir.c
1.67 +2 -3 src/usr.bin/make/job.c
1.21 +2 -2 src/usr.bin/make/lst.h
1.18 +1 -1 src/usr.bin/make/lst.lib/lstFindFrom.c
1.107 +4 -3 src/usr.bin/make/main.c
1.35 +32 -18 src/usr.bin/make/suff.c
1.55 +2 -3 src/usr.bin/make/var.c
More information about the cvs-src
mailing list