Subject: CVS commit: src/etc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/04/2003 17:49:32
Module Name:	src
Committed By:	lukem
Date:		Sat Jan  4 15:49:32 UTC 2003

Modified Files:
	src/etc: Makefile
	src/etc/etc.cats: Makefile.inc
	src/etc/etc.i386: Makefile.inc
	src/etc/etc.sparc: Makefile.inc
	src/etc/etc.vax: Makefile.inc

Log Message:
- Enable OBJ support for etc/; a scratch dir is needed for iso-image.
- Add ${.CURDIR} to various rules.
- Remove the ${KERNOBJDIR} (sys/arch/${MACHINE}/compile) objdir creation
  from here.
- Rework iso-image to copy temporary files (such as kernels or boot files)
  into a temporary directory instead of stomping over ${RELEASEDIR}, and
  use mkisofs -graft-points to merge the temporary directory and
  ${RELEASEDIR}/${MACHINE}.
	NOTE: mkisofs 2.0 is highly recommended for functioning -graft-points
- Add some more comments


To generate a diff of this commit:
cvs rdiff -r1.241 -r1.242 src/etc/Makefile
cvs rdiff -r1.10 -r1.11 src/etc/etc.cats/Makefile.inc
cvs rdiff -r1.37 -r1.38 src/etc/etc.i386/Makefile.inc
cvs rdiff -r1.31 -r1.32 src/etc/etc.sparc/Makefile.inc
cvs rdiff -r1.17 -r1.18 src/etc/etc.vax/Makefile.inc

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