Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.luna68k add skeleton snapshot/release build hook



details:   https://anonhg.NetBSD.org/src/rev/0f41c2f4d444
branches:  trunk
changeset: 526681:0f41c2f4d444
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed May 08 13:50:22 2002 +0000

description:
add skeleton snapshot/release build hook
someone should actually write the distrib bits for luna68k eventually

diffstat:

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

diffs (20 lines):

diff -r a89d6b83f5c1 -r 0f41c2f4d444 etc/etc.luna68k/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.luna68k/Makefile.inc      Wed May 08 13:50:22 2002 +0000
@@ -0,0 +1,16 @@
+#      $NetBSD: Makefile.inc,v 1.1 2002/05/08 13:50:22 jdolecek Exp $
+#
+#      etc.luna68k/Makefile.inc -- luna68k-specific etc Makefile targets
+#
+
+KERNEL_SETS=           GENERIC
+
+INSTALLATION_DIRS+=    installation/netboot
+
+snap_md_post:
+.ifndef UPDATE
+       cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+       cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+       cd ${.CURDIR}/../distrib/prep && ${MAKE} release
+       cd ${.CURDIR}/../distrib/notes && ${MAKE} release



Home | Main Index | Thread Index | Old Index