Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 23:24:00 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r245632 - projects/mtree
Message-ID:  <201301182324.r0INO0IP084791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Fri Jan 18 23:24:00 2013
New Revision: 245632
URL: http://svnweb.freebsd.org/changeset/base/245632

Log:
  Don't pass DISTBASE through to etc/Makefile:distrib-dirs.  We don't use
  this target to invoke it any more.

Modified:
  projects/mtree/Makefile.inc1

Modified: projects/mtree/Makefile.inc1
==============================================================================
--- projects/mtree/Makefile.inc1	Fri Jan 18 23:23:58 2013	(r245631)
+++ projects/mtree/Makefile.inc1	Fri Jan 18 23:24:00 2013	(r245632)
@@ -810,8 +810,7 @@ redistribute:
 
 distrib-dirs distribution:
 	cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
-	    ${IMAKE_INSTALL} ${IMAKE_MTREE} DISTBASE=${DISTBASE} \
-	    METALOG=${METALOG} ${.TARGET}
+	    ${IMAKE_INSTALL} ${IMAKE_MTREE} METALOG=${METALOG} ${.TARGET}
 
 #
 # buildkernel and installkernel
@@ -1117,7 +1116,7 @@ _lex=		usr.bin/lex
 _yacc=		usr.bin/yacc
 .endif
 
-.if ${BOOTSTRAPPING} < 1000026
+.if defined(DB_FROM_SRC) && ${BOOTSTRAPPING} < 1000026
 _nmtree=	lib/libnetbsd \
 		usr.sbin/nmtree
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301182324.r0INO0IP084791>