Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun3 make this work with obj dirs.



details:   https://anonhg.NetBSD.org/src/rev/4cb1b4044f3f
branches:  trunk
changeset: 515767:4cb1b4044f3f
user:      chs <chs%NetBSD.org@localhost>
date:      Thu Oct 04 16:09:11 2001 +0000

description:
make this work with obj dirs.

diffstat:

 distrib/sun3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13dfce57a076 -r 4cb1b4044f3f distrib/sun3/Makefile
--- a/distrib/sun3/Makefile     Thu Oct 04 16:08:51 2001 +0000
+++ b/distrib/sun3/Makefile     Thu Oct 04 16:09:11 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 1999/05/21 04:06:20 gwr Exp $
+#      $NetBSD: Makefile,v 1.4 2001/10/04 16:09:11 chs Exp $
 
 SUBDIR= ramdisk miniroot
 TARGETS= all release
@@ -10,7 +10,7 @@
        -mkdir -p ${RELEASEDIR}/installation/tapeimage
        cp -p ${DESTDIR}/usr/mdec/tapeboot \
          ${RELEASEDIR}/installation/tapeimage/
-       cp -p MakeBootTape MakeInstTape \
+       cp -p ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
          ${RELEASEDIR}/installation/tapeimage/
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index