Source-Changes-HG archive

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

[src/trunk]: src/tools/binstall Teach tools/binstall/Makefile to use an unins...



details:   https://anonhg.NetBSD.org/src/rev/4a657b4d76eb
branches:  trunk
changeset: 783037:4a657b4d76eb
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Dec 02 12:18:16 2012 +0000

description:
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.

diffstat:

 tools/binstall/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r fa5010f38be7 -r 4a657b4d76eb tools/binstall/Makefile
--- a/tools/binstall/Makefile   Sun Dec 02 12:10:43 2012 +0000
+++ b/tools/binstall/Makefile   Sun Dec 02 12:18:16 2012 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index