Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.alpha * Define INSTALLATION_DIRS and BUILD_KERNELS.
details: https://anonhg.NetBSD.org/src/rev/6158dcd14ff4
branches: trunk
changeset: 474183:6158dcd14ff4
user: ross <ross%NetBSD.org@localhost>
date: Wed Jun 30 18:39:37 1999 +0000
description:
* Define INSTALLATION_DIRS and BUILD_KERNELS.
* Build in src/distrib
* Call the new release targets in src/distrib/{alpha,notes}
Note: The notes installation command is MI and should eventually move
to somewhere in ../Makefile
diffstat:
etc/etc.alpha/Makefile.inc | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r 800a6c04c9f5 -r 6158dcd14ff4 etc/etc.alpha/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.alpha/Makefile.inc Wed Jun 30 18:39:37 1999 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile.inc,v 1.1 1999/06/30 18:39:37 ross 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}/../distrib/notes && ${MAKE} release
Home |
Main Index |
Thread Index |
Old Index