Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies Make the path relative instead of usin...



details:   https://anonhg.NetBSD.org/src/rev/fcd3e45b0ce9
branches:  trunk
changeset: 486811:fcd3e45b0ce9
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 29 05:37:06 2000 +0000

description:
Make the path relative instead of using BSDSRCDIR

diffstat:

 distrib/i386/floppies/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 412ec17dbed4 -r fcd3e45b0ce9 distrib/i386/floppies/Makefile.inc
--- a/distrib/i386/floppies/Makefile.inc        Mon May 29 03:40:43 2000 +0000
+++ b/distrib/i386/floppies/Makefile.inc        Mon May 29 05:37:06 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile.inc,v 1.11 2000/05/02 16:06:48 sjg Exp $
+#      $NetBSD: Makefile.inc,v 1.12 2000/05/29 05:37:06 matt Exp $
 
 .include "../../../Makefile.inc"
 
 # REV is revision without dots, as in "12C"
 # VER is revision with dots, as in "1.2C"
-REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
-VER!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh 
+REV!=sh ${.CURDIR}/../../../../sys/conf/osrelease.sh -s
+VER!=sh ${.CURDIR}/../../../../sys/conf/osrelease.sh 



Home | Main Index | Thread Index | Old Index