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.alpha Pull up revision 1.1 (via patch, new file...



details:   https://anonhg.NetBSD.org/src/rev/9071a524d032
branches:  netbsd-1-4
changeset: 470779:9071a524d032
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 13 17:18:16 2000 +0000

description:
Pull up revision 1.1 (via patch, new file, requested by he):
  Enhance the "make release" process:
   o Make installation directories
   o Build the distrib bits
   o Install the distrib bits under "make release"

diffstat:

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

diffs (21 lines):

diff -r 177186b8bc6f -r 9071a524d032 etc/etc.alpha/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.alpha/Makefile.inc        Thu Jul 13 17:18:16 2000 +0000
@@ -0,0 +1,17 @@
+#      $NetBSD: Makefile.inc,v 1.1.10.2 2000/07/13 17:18:16 he Exp $
+
+BUILD_KERNELS+=                INSTALL
+INSTALLATION_DIRS+=    installation/floppy     \
+                       installation/diskimage  \
+                       installation/instkernel \
+                       installation/netboot    \
+                       installation/tapeimage  \
+                       installation/misc
+
+snap_md_post:
+.ifndef UPDATE
+       cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+       cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+       cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
+       cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release



Home | Main Index | Thread Index | Old Index