Kaydet (Commit) 7d3f21b2 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

dont read gbuild definitions on distclean

üst aad641e2
...@@ -35,7 +35,7 @@ endif ...@@ -35,7 +35,7 @@ endif
endif endif
ifeq ($(strip $(gb_PARTIALBUILD)),) ifeq ($(strip $(gb_PARTIALBUILD)),)
ifeq ($(filter-out clean subsequentcheck unitcheck build dev-install smoketestoo_native instsetoo_native cross_toolset findunusedcode,$(MAKECMDGOALS)),) ifeq ($(filter-out clean distclean subsequentcheck unitcheck build dev-install smoketestoo_native instsetoo_native cross_toolset findunusedcode,$(MAKECMDGOALS)),)
gb_SpeedUpTargets_WRAPPEDBUILD:=T gb_SpeedUpTargets_WRAPPEDBUILD:=T
endif endif
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment