From 77b09e7f921c42c41171e431813652db6de54679 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 14 Mar 2018 13:37:31 +0100 Subject: gbuild: add target rules for all modules This allows to run e.g. make UIConfig to automatically run make UIConfig_ for all modules. Change-Id: Idc2c3a61fd38b486435366164031b4d51f68eebc Reviewed-on: https://gerrit.libreoffice.org/51274 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f149a7ee79b4..3cce173bcdf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -165,6 +165,9 @@ gbuild_TARGETS := AllLangHelp \ $(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)) UIConfig_modules/% %.genpatch: bootstrap fetch $(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@ +$(gbuild_TARGETS): + $(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@ + # # Clean # -- cgit