cvs commit: src/usr.bin/make
Max Okumoto
okumoto at crater.dragonflybsd.org
Fri Dec 17 00:10:18 PST 2004
okumoto 2004/12/17 00:09:58 PST
DragonFly src repository
Modified files:
usr.bin/make parse.c targ.c var.c
Log:
o Remove a useless list where just all command lines are stuffed
onto, never used and just freed at the end. The idea might have
been to be able to free all the strings, but what's the point to
free just before exiting?
o Remove a list that used to hold all the GNodes just to be able
to free them just before exiting.
o Remove a list that was just used to free all variables just before
exiting.
Taken-from: FreeBSD
Author: harti
Revision Changes Path
1.26 +0 -4 src/usr.bin/make/parse.c
1.18 +0 -39 src/usr.bin/make/targ.c
1.26 +6 -17 src/usr.bin/make/var.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.25&r2=1.26&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/targ.c.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.25&r2=1.26&f=u
More information about the Commits
mailing list