Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc/etc.hp300 Pull up revision 1.7 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/82259d07bc0a
branches:  netbsd-1-4
changeset: 470786:82259d07bc0a
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 13 21:23:15 2000 +0000

description:
Pull up revision 1.7 (requested by he):
  Enhance the ``make release'' process:
   o Make installation directories
   o Build and install the distrib and boot bits

diffstat:

 etc/etc.hp300/Makefile.inc |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 5c131e31c223 -r 82259d07bc0a etc/etc.hp300/Makefile.inc
--- a/etc/etc.hp300/Makefile.inc        Thu Jul 13 21:22:25 2000 +0000
+++ b/etc/etc.hp300/Makefile.inc        Thu Jul 13 21:23:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 1999/02/05 03:01:52 cjs Exp $
+#      $NetBSD: Makefile.inc,v 1.6.2.1 2000/07/13 21:23:15 he Exp $
 #
 #      etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
 #
@@ -6,3 +6,17 @@
 # Set this for any kernels beyond GENERIC you want to include
 # in the distribution.
 EXTRA_KERNELS+= DISKLESS
+
+INSTALLATION_DIRS+= installation/miniroot
+
+# Build the boot media and install notes and install them
+snap_md_post:
+.ifndef UPDATE
+       cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+       cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} cleandir
+.endif
+       cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+       cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
+       cd ${.CURDIR}/../distrib/notes && ${MAKE} release
+       cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} release
+       sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc 'SYS*'



Home | Main Index | Thread Index | Old Index