Source-Changes-HG archive

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

[src/trunk]: src/distrib/hp300 use ${.CURDIR} in the 'release' target; this m...



details:   https://anonhg.NetBSD.org/src/rev/31e51e988462
branches:  trunk
changeset: 526531:31e51e988462
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 05 15:05:33 2002 +0000

description:
use ${.CURDIR} in the 'release' target; this may be necessary
in some configurations

diffstat:

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

diffs (17 lines):

diff -r 274b60dfdbba -r 31e51e988462 distrib/hp300/Makefile
--- a/distrib/hp300/Makefile    Sun May 05 14:37:38 2002 +0000
+++ b/distrib/hp300/Makefile    Sun May 05 15:05:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2002/05/02 18:02:34 lukem Exp $
+#      $NetBSD: Makefile,v 1.14 2002/05/05 15:05:33 jdolecek Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,6 +7,6 @@
 TARGETS+=      release
 
 release: check_RELEASEDIR .WAIT HP-IB.geometry
-       ${RELEASE_INSTALL} HP-IB.geometry ${RELEASEDIR}/installation/misc
+       ${RELEASE_INSTALL} ${.CURDIR}/HP-IB.geometry ${RELEASEDIR}/installation/misc
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index