Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.cats No need for an installation/misc directory.



details:   https://anonhg.NetBSD.org/src/rev/fa6aafbf6e16
branches:  trunk
changeset: 533361:fa6aafbf6e16
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jun 28 12:40:10 2002 +0000

description:
No need for an installation/misc directory.

Add hooks for iso image creation.

diffstat:

 etc/etc.cats/Makefile.inc |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 2d01b52e1f99 -r fa6aafbf6e16 etc/etc.cats/Makefile.inc
--- a/etc/etc.cats/Makefile.inc Fri Jun 28 11:29:45 2002 +0000
+++ b/etc/etc.cats/Makefile.inc Fri Jun 28 12:40:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2002/05/02 15:09:42 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2002/06/28 12:40:10 skrll Exp $
 #
 #      etc.cats/Makefile.inc -- cats-specific etc Makefile targets
 #
@@ -8,8 +8,7 @@
 
 BUILD_KERNELS=         INSTALL
 
-INSTALLATION_DIRS+=    installation/kernel     \
-                       installation/misc
+INSTALLATION_DIRS+=    installation/kernel
 
 # Build the release notes and boot floppies and install them
 snap_md_post:
@@ -20,4 +19,8 @@
        cd ${.CURDIR}/../distrib/cats && ${MAKE} release
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
        ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
-#      ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz'
+
+iso-image_md_pre:
+       cp -f ${RELEASEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
+           ${RELEASEDIR}/netbsd.gz
+       gunzip ${RELEASEDIR}/netbsd.gz



Home | Main Index | Thread Index | Old Index