Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.sparc64 Pull up revision 1.5 (requested by mrg):



details:   https://anonhg.NetBSD.org/src/rev/d91b1c09a052
branches:  netbsd-1-5
changeset: 490597:d91b1c09a052
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 20:21:59 2001 +0000

description:
Pull up revision 1.5 (requested by mrg):
  Rename sparc64 ``ramdisk'' to ``xminiroot'' to avoid confusion
  about what it actually does.

diffstat:

 etc/etc.sparc64/Makefile.inc |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r a2fd9d2f06f7 -r d91b1c09a052 etc/etc.sparc64/Makefile.inc
--- a/etc/etc.sparc64/Makefile.inc      Sat Feb 03 20:21:28 2001 +0000
+++ b/etc/etc.sparc64/Makefile.inc      Sat Feb 03 20:21:59 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.2.10.1 2000/08/26 01:11:38 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.2.10.2 2001/02/03 20:21:59 he Exp $
 #
 #      etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
 #
@@ -14,7 +14,7 @@
 
 # Add sparc64 installation directories
 MD_INSTALLATION_DIRS= \
-       installation/ramdisk installation/netboot installation/misc
+       installation/xminiroot installation/netboot installation/misc
 INSTALLATION_DIRS+=$(MD_INSTALLATION_DIRS) 
 
 snap_pre_md:
@@ -26,11 +26,18 @@
 # Install miniroot images and auxiliary scripts to the release tree
 #
 snap_md_post:
+.if exists($(XSRCDIR)/xc/Imakefile)
+       # build X11
+.ifndef XSRC_DONE
+       (cd $(XSRCDIR); $(MAKE) release)
+.endif
+.endif
+
        # make boot/miniroot images
        (cd $(TOP)/distrib; ${MAKE})
 
        # transfer images to release hierarchy
-.for dir in notes sparc64/ramdisk
+.for dir in notes sparc64/xminiroot
        (cd $(TOP)/distrib/$(dir); ${MAKE} release)
 .endfor
 



Home | Main Index | Thread Index | Old Index