cvs commit: src/usr.bin/make arch.c dir.c dir.h main.c nonints.h
parse.c str.c suff.c targ.c var.c
Hartmut Brandt
harti at FreeBSD.org
Fri Dec 17 05:20:20 PST 2004
harti 2004-12-17 13:20:19 UTC
FreeBSD src repository
Modified files:
usr.bin/make arch.c dir.c dir.h main.c nonints.h
parse.c str.c suff.c targ.c var.c
Log:
Remove all the cleanup functions. There is no reason to free memory
just before exiting (especially given the number of memory leaks) -
it just costs time.
Revision Changes Path
1.43 +0 -55 src/usr.bin/make/arch.c
1.45 +0 -27 src/usr.bin/make/dir.c
1.16 +0 -1 src/usr.bin/make/dir.h
1.110 +0 -8 src/usr.bin/make/main.c
1.28 +0 -6 src/usr.bin/make/nonints.h
1.67 +0 -13 src/usr.bin/make/parse.c
1.34 +0 -18 src/usr.bin/make/str.c
1.39 +6 -28 src/usr.bin/make/suff.c
1.34 +0 -22 src/usr.bin/make/targ.c
1.58 +0 -7 src/usr.bin/make/var.c
More information about the cvs-all
mailing list