Kaydet (Commit) b304628e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Make things like "make CppunitTest_FOO" depend on bootstrap and fetch, too

Change-Id: I5a18fb4207b68e8359a7d78fd6352902dce1e051
üst e7e39d39
...@@ -122,7 +122,7 @@ gbuild_TARGETS := AllLangHelp \ ...@@ -122,7 +122,7 @@ gbuild_TARGETS := AllLangHelp \
Zip \ Zip \
# build a generic gbuild target # build a generic gbuild target
$(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)) %.genpatch: $(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)) %.genpatch: bootstrap fetch
$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@ $(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
# #
......
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