svn commit: r284367 - head/share/mk
Simon J. Gerraty
sjg at FreeBSD.org
Sun Jun 14 03:28:26 UTC 2015
Author: sjg
Date: Sun Jun 14 03:28:25 2015
New Revision: 284367
URL: https://svnweb.freebsd.org/changeset/base/284367
Log:
Watch out for bin/cat in host stage tree
Modified:
head/share/mk/local.dirdeps.mk
Modified: head/share/mk/local.dirdeps.mk
==============================================================================
--- head/share/mk/local.dirdeps.mk Sun Jun 14 03:27:22 2015 (r284366)
+++ head/share/mk/local.dirdeps.mk Sun Jun 14 03:28:25 2015 (r284367)
@@ -50,6 +50,7 @@ DIRDEPS_FILTER.host = \
DIRDEPS_FILTER+= \
+ Nbin/cat.host \
${DIRDEPS_FILTER.xtras:U}
.endif
More information about the svn-src-all
mailing list