Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.bebox Create installation/floppy directory.



details:   https://anonhg.NetBSD.org/src/rev/24f0ece451f3
branches:  trunk
changeset: 758078:24f0ece451f3
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Oct 17 10:56:48 2010 +0000

description:
Create installation/floppy directory.

diffstat:

 etc/etc.bebox/Makefile.inc |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r aaaf179a9b36 -r 24f0ece451f3 etc/etc.bebox/Makefile.inc
--- a/etc/etc.bebox/Makefile.inc        Sun Oct 17 10:55:01 2010 +0000
+++ b/etc/etc.bebox/Makefile.inc        Sun Oct 17 10:56:48 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 2007/07/24 10:49:24 pavel Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2010/10/17 10:56:48 kiyohara Exp $
 #
 #      etc.bebox/Makefile.inc -- bebox-specific etc Makefile targets
 #
@@ -9,3 +9,8 @@
 KERNEL_SETS=           GENERIC
 
 BUILD_KERNELS=         INSTALL
+
+INSTALLATION_DIRS+=    installation/floppy
+
+snap_md_post:
+       ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'



Home | Main Index | Thread Index | Old Index