Remove local patch that crept in.
This commit is contained in:
parent
9f377ad834
commit
17dbb17920
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user