Module Name:    src
Committed By:   apb
Date:           Sun Dec  2 12:18:16 UTC 2012

Modified Files:
        src/tools/binstall: Makefile

Log Message:
Teach tools/binstall/Makefile to use an uninstalled copy of
host-mkdep from the.OBJDIR of tools/host-mkdep.  This is
in preparation for building all three of tools/host-mkdep,
tools/compat, and tools/binstall, before installing any of them.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tools/binstall/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/binstall/Makefile
diff -u src/tools/binstall/Makefile:1.7 src/tools/binstall/Makefile:1.8
--- src/tools/binstall/Makefile:1.7	Tue Jul  3 16:29:24 2007
+++ src/tools/binstall/Makefile	Sun Dec  2 12:18:16 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2007/07/03 16:29:24 joerg Exp $
+#	$NetBSD: Makefile,v 1.8 2012/12/02 12:18:16 apb Exp $
 
 HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-install
 HOST_SRCDIR=	usr.bin/xinstall
@@ -7,4 +7,10 @@ CPPFLAGS+=	-DTARGET_STRIP=\"${STRIP}\"
 
 .include "${.CURDIR}/../Makefile.host"
 
+# Use uninstalled copy of host-mkdep
+HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR}
+HOST_MKDEP=	${HOST_MKDEP_OBJ}/host-mkdep
+MKDEP=		${HOST_MKDEP}
+
+# Use uninstalled copy of the install program
 INSTALL=	./xinstall

Reply via email to