Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst use ${.CURDIR:T} instead of ${.OBJDIR:...



details:   https://anonhg.NetBSD.org/src/rev/3d5e0d318569
branches:  trunk
changeset: 555844:3d5e0d318569
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Dec 01 01:11:57 2003 +0000

description:
use ${.CURDIR:T} instead of ${.OBJDIR:T}, per similar change in bsd.own.mk

diffstat:

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

diffs (18 lines):

diff -r 7d2867d790ef -r 3d5e0d318569 distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Mon Dec 01 01:09:24 2003 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Mon Dec 01 01:11:57 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.31 2003/11/20 13:13:38 dsl Exp $
+#      $NetBSD: Makefile.inc,v 1.32 2003/12/01 01:11:57 lukem Exp $
 #
 # Makefile for sysinst
 
@@ -14,7 +14,7 @@
 .include <bsd.sys.mk>          # for HOST_SH
 .include <bsd.own.mk>          # for mk.conf
 
-_MKSHTARGET_CREATE?=   ${_MKSHMSG_CREATE} ${.OBJDIR:T}/${.TARGET}
+_MKSHTARGET_CREATE?=   ${_MKSHMSG_CREATE} ${.CURDIR:T}/${.TARGET}
 
 DPADD=         ${LIBCURSES} ${LIBTERMCAP} ${LIBUTIL}
 LDADD=         -lcurses -ltermcap -lutil



Home | Main Index | Thread Index | Old Index