Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.alpha don't create an empty installation/misc direct...



details:   https://anonhg.NetBSD.org/src/rev/f571fff2e798
branches:  trunk
changeset: 806139:f571fff2e798
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Feb 05 21:50:42 2015 +0000

description:
don't create an empty installation/misc directory in the release tree.

diffstat:

 etc/etc.alpha/Makefile.inc |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 49b8d470c68f -r f571fff2e798 etc/etc.alpha/Makefile.inc
--- a/etc/etc.alpha/Makefile.inc        Thu Feb 05 20:02:28 2015 +0000
+++ b/etc/etc.alpha/Makefile.inc        Thu Feb 05 21:50:42 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:23 pavel Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2015/02/05 21:50:42 snj Exp $
 #
 #      etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
 #
@@ -13,8 +13,7 @@
 INSTALLATION_DIRS+=    installation/floppy     \
                        installation/diskimage  \
                        installation/instkernel \
-                       installation/netboot    \
-                       installation/misc
+                       installation/netboot
 
 snap_md_post:
        cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release



Home | Main Index | Thread Index | Old Index