Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/22/2003 19:03:06
Module Name:	src
Committed By:	dsl
Date:		Fri Aug 22 19:03:05 UTC 2003

Modified Files:
	src/etc: Makefile

Log Message:
Optimise DISTRIBUTION_DONE= KERNELS_DONE= nbmake snapshot
- If DISTRIBUTION_DONE is defined, don't add the 'root' directory to METALOG.
  (maybe install -M shouldn't write to the METALOG file if it doesn't install
  the file either)
- Don't re-compress the kernels if the compressed file is newer than the
  kernel.
Useful if all you want to do is rebuild the ramdisk image.


To generate a diff of this commit:
cvs rdiff -r1.255 -r1.256 src/etc/Makefile

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