From cfbf3971dca5bd80974797a5591188465cf28e70 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 30 Mar 2016 21:31:34 +0000 Subject: [PATCH] Remove redundant code imported into dirdeps.mk in r290956. Sponsored by: EMC / Isilon Storage Division --- share/mk/local.dirdeps.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/share/mk/local.dirdeps.mk b/share/mk/local.dirdeps.mk index af7cf77041cb..d5d9e40b7207 100644 --- a/share/mk/local.dirdeps.mk +++ b/share/mk/local.dirdeps.mk @@ -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