Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.amigappc - build a GENERIC kernel on release for val...



details:   https://anonhg.NetBSD.org/src/rev/0a0733bc4c03
branches:  trunk
changeset: 760299:0a0733bc4c03
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 02 08:49:33 2011 +0000

description:
- build a GENERIC kernel on release for validation on releng daily build
- comment out targets which should be put once after src/distrib/amigappc
  is prepared

diffstat:

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

diffs (29 lines):

diff -r f9ee80853b8c -r 0a0733bc4c03 etc/etc.amigappc/Makefile.inc
--- a/etc/etc.amigappc/Makefile.inc     Sun Jan 02 08:40:54 2011 +0000
+++ b/etc/etc.amigappc/Makefile.inc     Sun Jan 02 08:49:33 2011 +0000
@@ -1,18 +1,18 @@
-#      $NetBSD: Makefile.inc,v 1.4 2008/03/18 04:20:36 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2011/01/02 08:49:33 tsutsui Exp $
 #
-#      etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
+#      etc.amigappc/Makefile.inc -- amigappc-specific etc Makefile targets
 #
 
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=                   
+KERNEL_SETS=           GENERIC
 
 EXTRA_KERNELS= 
 
-INSTALLATION_DIRS+=    installation/miniroot   \
-                       installation/misc
+#INSTALLATION_DIRS+=   installation/miniroot   \
+#                      installation/misc
 
-snap_md_post:
-       ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
+#snap_md_post:
+#      ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
 #      ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.gz'



Home | Main Index | Thread Index | Old Index