Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/21/2002 18:43:34
Module Name: src
Committed By: lukem
Date: Sat Dec 21 16:43:34 UTC 2002
Modified Files:
src: Makefile
Log Message:
* Add two new (experimental) targets:
buildworld Builds a distribution into DESTDIR as per
"make distribution", except that DESTDIR
*must* be defined and *must not* be "" or "/".
installworld Copies (using distrib/sets/maketars -i ...) from
${DESTDIR} to ${INSTALLWORLDDIR} (defaults == `/'),
and then runs "postinstall-check" against
${INSTALLWORLDDIR}.
If ${INSTALLWORLDDIR} == "/", ensure that
`uname -s` == "NetBSD" and `uname -m` == ${MACHINE},
to prevent nasty accidents...
* Tweak some comments
To generate a diff of this commit:
cvs rdiff -r1.192 -r1.193 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.