Kaydet (Commit) 70324f1e authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

dont overoptimize a plain make without an explicit target

üst ceb55cd6
......@@ -27,12 +27,14 @@
# speed up if no target need to parse all modules
ifneq ($(strip $(MAKECMDGOALS)),)
ifeq ($(filter-out id tags docs distro-pack-install fetch help debugrun,$(MAKECMDGOALS)),)
gb_Module_add_target=
gb_Module_add_check_target=
gb_Module_add_subsequentcheck_target=
gb_FULLDEPS=
endif
endif
# vim:set shiftwidth=4 softtabstop=4 noexpandtab:
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