Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/x68k/floppies/inst Pull up revision 1.2-1.5 (re...
details: https://anonhg.NetBSD.org/src/rev/651612d0338e
branches: netbsd-1-5
changeset: 490890:651612d0338e
user: he <he%NetBSD.org@localhost>
date: Fri Mar 16 19:23:16 2001 +0000
description:
Pull up revision 1.2-1.5 (requested by minoura):
Reorganize installation system by removing the old script based
installer, provided for 4M systems. Instead we provide
``floppy-root'' 2-floppy installer.
diffstat:
distrib/x68k/floppies/inst/Makefile | 26 +++++++++++++++++++++-----
1 files changed, 21 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r 8fa0e2470ffc -r 651612d0338e distrib/x68k/floppies/inst/Makefile
--- a/distrib/x68k/floppies/inst/Makefile Fri Mar 16 19:21:43 2001 +0000
+++ b/distrib/x68k/floppies/inst/Makefile Fri Mar 16 19:23:16 2001 +0000
@@ -1,8 +1,24 @@
-# $Id: Makefile,v 1.5.2.2 2000/12/15 05:33:29 he Exp $
+# $NetBSD: Makefile,v 1.5.2.3 2001/03/16 19:23:16 he Exp $
+
+PROG= inst.fs.gz
+SRCS=
+MKMAN= no
-TOP= ${.CURDIR}/..
+RAMDISKDIR!= cd ${.CURDIR}/../ramdisk.sysinst ; make print-objdir
+
+inst.fs.gz: inst.fs
+ gzip -9vc inst.fs > ${.TARGET}
+CLEANFILES+= inst.fs.gz
-.include "${TOP}/Makefile.inc"
-IMAGE= inst-${REV}.fs
+inst.fs: ${RAMDISKDIR}/ramdisk.fs
+ cp ${RAMDISKDIR}/ramdisk.fs ${.TARGET}
+CLEANFILES+= inst.fs
-.include "${TOP}/inst-common/Makefile.inc"
+${RAMDISKDIR}/ramdisk.fs:
+ cd ${.CURDIR}/../ramdisk.sysinst ; make
+
+release:
+ -mkdir -p ${RELEASEDIR}/installation/floppy
+ cp -p inst.fs inst.fs.gz ${RELEASEDIR}/installation/floppy
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index