Source-Changes-HG archive

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

[src/trunk]: src/tools/makefs This tool now depends on updated target include...



details:   https://anonhg.NetBSD.org/src/rev/ab83491d933a
branches:  trunk
changeset: 762988:ab83491d933a
user:      he <he%NetBSD.org@localhost>
date:      Mon Mar 07 13:28:06 2011 +0000

description:
This tool now depends on updated target includes in the tools build
for an UPDATE build to succeed; ensure that by including
${.CURDIR}/../Makefile.nbincludes.

diffstat:

 tools/makefs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 788bac39be47 -r ab83491d933a tools/makefs/Makefile
--- a/tools/makefs/Makefile     Mon Mar 07 11:56:31 2011 +0000
+++ b/tools/makefs/Makefile     Mon Mar 07 13:28:06 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.8 2011/03/06 18:15:30 bouyer Exp $
+#      $NetBSD: Makefile,v 1.9 2011/03/07 13:28:06 he Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}makefs
 HOST_SRCDIR=   usr.sbin/makefs
 
 HOST_CPPFLAGS+=        -I. -I${TOOLDIR}/include/nbinclude
 
+.include "${.CURDIR}/../Makefile.nbincludes"
 .include "${.CURDIR}/../Makefile.host"
-



Home | Main Index | Thread Index | Old Index