Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc/etc.sparc Pullup 1.17-1.19 by patch [pk]:
details: https://anonhg.NetBSD.org/src/rev/efa08e38b6ea
branches: netbsd-1-5
changeset: 489956:efa08e38b6ea
user: tv <tv%NetBSD.org@localhost>
date: Fri Oct 20 17:22:09 2000 +0000
description:
Pullup 1.17-1.19 by patch [pk]:
Add target for bootable CD-ROM.
diffstat:
etc/etc.sparc/Makefile.inc | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r d56e502416e9 -r efa08e38b6ea etc/etc.sparc/Makefile.inc
--- a/etc/etc.sparc/Makefile.inc Fri Oct 20 17:19:51 2000 +0000
+++ b/etc/etc.sparc/Makefile.inc Fri Oct 20 17:22:09 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.15 1999/11/14 16:23:36 pk Exp $
+# $NetBSD: Makefile.inc,v 1.15.4.1 2000/10/20 17:22:09 tv Exp $
#
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
#
@@ -28,7 +28,7 @@
(cd $(TOP)/distrib; ${MAKE})
# transfer images to release hierarchy
-.for dir in notes miniroot sparc/bootfs sparc/ramdisk
+.for dir in notes miniroot sparc/ramdisk sparc/bootfs
(cd $(TOP)/distrib/$(dir); ${MAKE} release)
.endfor
@@ -42,3 +42,11 @@
.for dir in ${MD_INSTALLATION_DIRS}
sh $(TOP)/distrib/sets/makesums -t ${RELEASEDIR}/${dir} '*'
.endfor
+
+CDBOOTIMAGE!= cd ${TOP}/distrib/miniroot; \
+ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/miniroot.fs\n" | \
+ ${MAKE} -s -f-
+
+iso-image_md_post:
+ mksunbootcd ${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \
+ $(CDBOOTIMAGE) $(CDBOOTIMAGE) $(CDBOOTIMAGE)
Home |
Main Index |
Thread Index |
Old Index