Source-Changes-HG archive

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

[src/trunk]: src/distrib/miniroot Use relative path to osrelease.sh



details:   https://anonhg.NetBSD.org/src/rev/6312a8150cb2
branches:  trunk
changeset: 485007:6312a8150cb2
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Apr 16 19:17:18 2000 +0000

description:
Use relative path to osrelease.sh

diffstat:

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

diffs (14 lines):

diff -r 28cc9d947dec -r 6312a8150cb2 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Sun Apr 16 18:38:44 2000 +0000
+++ b/distrib/miniroot/Makefile Sun Apr 16 19:17:18 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.26 2000/03/07 08:41:35 pk Exp $
+#      $NetBSD: Makefile,v 1.27 2000/04/16 19:17:18 matt Exp $
 
 .include <bsd.own.mk>
 
-REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
+REV!=sh ${.CURDIR}/../../sys/conf/osrelease.sh -s
 
 CBIN=          instbin
 ARCHDIR=       ${.CURDIR}/../${MACHINE}/miniroot



Home | Main Index | Thread Index | Old Index