Source-Changes-HG archive

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

[src/netbsd-7]: src/etc/etc.alpha Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/1d9d7eb36808
branches:  netbsd-7
changeset: 799032:1d9d7eb36808
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 27 10:10:32 2015 +0000

description:
Pull up following revision(s) (requested by snj in ticket #551):
        etc/etc.alpha/Makefile.inc: revision 1.9
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 108dc0a13bf3 -r 1d9d7eb36808 etc/etc.alpha/Makefile.inc
--- a/etc/etc.alpha/Makefile.inc        Fri Feb 27 09:23:02 2015 +0000
+++ b/etc/etc.alpha/Makefile.inc        Fri Feb 27 10:10:32 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.8.58.1 2015/02/27 10:10:32 martin 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