summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc112
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 64a144c..5df3e72 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -317,23 +317,15 @@ everything:
WMAKE_TGTS=
-.if !defined(SUBDIR_OVERRIDE) && !defined(X_QUICK)
+.if !defined(SUBDIR_OVERRIDE)
WMAKE_TGTS+= _worldtmp _bootstrap-tools
.endif
-.if !defined(X_QUICK)
WMAKE_TGTS+= _cleanobj _obj _build-tools
-.endif
-.if !defined(SUBDIR_OVERRIDE) && !defined(X_QUICK)
+.if !defined(SUBDIR_OVERRIDE)
WMAKE_TGTS+= _cross-tools
.endif
WMAKE_TGTS+= _includes _libraries _depend everything
-.for __target in ${WMAKE_TGTS}
-.if defined(NO${__target})
-WMAKE_TGTS:= ${WMAKE_TGTS:N${__target}}
-.endif
-.endfor
-
buildworld: ${WMAKE_TGTS}
.ORDER: ${WMAKE_TGTS}
OpenPOWER on IntegriCloud