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.macppc Pull up revisions 1.1-1.2 (via patch, ne...



details:   https://anonhg.NetBSD.org/src/rev/2eea11a77878
branches:  netbsd-1-4
changeset: 470782:2eea11a77878
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 13 21:01:46 2000 +0000

description:
Pull up revisions 1.1-1.2 (via patch, new file, requested by he):
  Enhance the ``make release'' process:
   o Make installation directories
   o Build and install the distrib and boot bits

diffstat:

 etc/etc.macppc/Makefile.inc |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 0be07125e6dc -r 2eea11a77878 etc/etc.macppc/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.macppc/Makefile.inc       Thu Jul 13 21:01:46 2000 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile.inc,v 1.2.6.2 2000/07/13 21:01:46 he Exp $
+
+BUILD_KERNELS+=                INSTALL
+EXTRA_KERNELS+=                GENERIC_MD
+INSTALLATION_DIRS+=    installation \
+                       installation/floppy
+
+snap_md_post:
+.ifndef UPDATE
+       cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+       cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+       cd ${.CURDIR}/../distrib/macppc && ${MAKE} release
+       cd ${.CURDIR}/../sys/arch/macppc/stand && ${MAKE} release



Home | Main Index | Thread Index | Old Index