Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.sparc64 the installation directory is called miniroo...



details:   https://anonhg.NetBSD.org/src/rev/2f15364108c1
branches:  trunk
changeset: 513981:2f15364108c1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 19 14:18:39 2001 +0000

description:
the installation directory is called miniroot not xminiroot.

diffstat:

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

diffs (20 lines):

diff -r f071155edc1b -r 2f15364108c1 etc/etc.sparc64/Makefile.inc
--- a/etc/etc.sparc64/Makefile.inc      Sun Aug 19 14:18:02 2001 +0000
+++ b/etc/etc.sparc64/Makefile.inc      Sun Aug 19 14:18:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2001/07/21 05:58:28 eeh Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2001/08/19 14:18:39 mrg Exp $
 #
 #      etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets
 #
@@ -13,8 +13,8 @@
 
 # Add sparc64 installation directories
 MD_INSTALLATION_DIRS= \
-       installation/xminiroot installation/netboot installation/misc
-INSTALLATION_DIRS+=$(MD_INSTALLATION_DIRS) 
+       installation/miniroot installation/netboot installation/misc
+INSTALLATION_DIRS=$(MD_INSTALLATION_DIRS) 
 
 snap_pre_md:
 .ifndef UPDATE



Home | Main Index | Thread Index | Old Index