svn commit: r297431 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Mar 30 21:31:35 UTC 2016


Author: bdrewery
Date: Wed Mar 30 21:31:34 2016
New Revision: 297431
URL: https://svnweb.freebsd.org/changeset/base/297431

Log:
  Remove redundant code imported into dirdeps.mk in r290956.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/local.dirdeps.mk

Modified: head/share/mk/local.dirdeps.mk
==============================================================================
--- head/share/mk/local.dirdeps.mk	Wed Mar 30 18:55:58 2016	(r297430)
+++ head/share/mk/local.dirdeps.mk	Wed Mar 30 21:31:34 2016	(r297431)
@@ -9,15 +9,6 @@
 # DEP_MACHINE is set before we get here, this may not be.
 DEP_RELDIR ?= ${RELDIR}
 
-.if ${.TARGETS:Uall:M*/*} && empty(DIRDEPS)
-# This little trick let's us do
-#
-# mk -f dirdeps.mk some/dir.i386,bsd
-#
-DIRDEPS := ${.TARGETS:M*/*}
-${.TARGETS:Nall}: all
-.endif
-
 # making universe is special
 .if defined(UNIVERSE_GUARD)
 # these should be done by now


More information about the svn-src-all mailing list