svn commit: r245632 - projects/mtree
Brooks Davis
brooks at FreeBSD.org
Fri Jan 18 23:24:01 UTC 2013
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
More information about the svn-src-projects
mailing list