Kaydet (Commit) 880e7587 authored tarafından Michael Stahl's avatar Michael Stahl

Makefile: let "make foo.genpatch" work on top-level

Change-Id: Ib0e370472be5da03359bca6f90287083d3465605
üst c0b3d5be
...@@ -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)/%)): $(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)) %.genpatch:
$(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