Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/15/1999 01:43:23
Module Name:	basesrc
Committed By:	mycroft
Date:		Wed Sep 15 08:43:23 UTC 1999

Modified Files:
	basesrc/usr.bin/make: arch.c dir.c job.c parse.c suff.c targ.c

Log Message:
Don't bother iterating through all the data structures to free(3) everything
right before exiting.
(The code is still present, `#ifdef CLEANUP', in case someone needs it...)


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 basesrc/usr.bin/make/arch.c
cvs rdiff -r1.23 -r1.24 basesrc/usr.bin/make/dir.c
cvs rdiff -r1.29 -r1.30 basesrc/usr.bin/make/job.c
cvs rdiff -r1.44 -r1.45 basesrc/usr.bin/make/parse.c
cvs rdiff -r1.24 -r1.25 basesrc/usr.bin/make/suff.c
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/make/targ.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.