Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot use ${WORKDIR} instead of ${TARGETDIR...



details:   https://anonhg.NetBSD.org/src/rev/ea15bd0a3be3
branches:  trunk
changeset: 526145:ea15bd0a3be3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Apr 26 03:49:21 2002 +0000

description:
use ${WORKDIR} instead of ${TARGETDIR}, since the latter is only valid
within parselist.

diffstat:

 distrib/sparc/miniroot/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r bf2006cccc3a -r ea15bd0a3be3 distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc       Fri Apr 26 03:49:05 2002 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc       Fri Apr 26 03:49:21 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2002/04/12 03:21:11 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2002/04/26 03:49:21 lukem Exp $
 
 IMAGESIZE=     7296k
 MAKEFS_FLAGS=   -o density=4k
@@ -14,4 +14,4 @@
 # XXXDISTRIB: binstall needs to be MI and work on image files
 IMAGE_MD_POST= ${DESTDIR}/usr/mdec/binstall -f miniroot.fs \
                    -m ${DESTDIR}/usr/mdec -i ${SPARCINSTALLBOOT} \
-                   -v ffs ${TARGETDIR}
+                   -v ffs ${WORKDIR}



Home | Main Index | Thread Index | Old Index