summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/Configuration.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-06 16:58:58 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-10 14:06:01 +0000
commit28ae80a89dd44f32044a155a41c1106692feae61 (patch)
treec362faf09fdea691fabb0285fc0b51e2b3fb071c /solenv/gbuild/Configuration.mk
parentde:Interner Test -> en:Internal Test (diff)
downloadcore-28ae80a89dd44f32044a155a41c1106692feae61.tar.gz
core-28ae80a89dd44f32044a155a41c1106692feae61.zip
userfriendly make targets for build and clean
So that now it's possible to do just 'make CppunitTest_sw_macros_test' instead of 'make /home/llunak/build/src/l2/workdir/unxlngx6/CppunitTest/sw_macros_test.test' Change-Id: Ibd1e9ef4fc825043a71bd669b2f5c37ffec68e33 Reviewed-on: https://gerrit.libreoffice.org/1253 Reviewed-by: Peter Foley <jpfoley2@gmail.com> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'solenv/gbuild/Configuration.mk')
-rw-r--r--solenv/gbuild/Configuration.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk
index 05a096fc94ec..47645a6b4fa6 100644
--- a/solenv/gbuild/Configuration.mk
+++ b/solenv/gbuild/Configuration.mk
@@ -354,6 +354,7 @@ $(call gb_Configuration_get_preparation_target,%) :
# TODO: ?
define gb_Configuration_Configuration_nozip
$$(eval $$(call gb_Module_register_target,$(call gb_Configuration_get_target,$(1)),$(call gb_Configuration_get_clean_target,$(1))))
+$(call gb_Helper_make_userfriendly_targets,$(1),Configuration)
endef
# $(call gb_Configuration_Configuration,zipfile,repo,nodeliver)
@@ -371,6 +372,7 @@ $(foreach lang,$(gb_Configuration_LANGS),$(eval \
$(call gb_Zip_get_clean_target,$(1)_$(lang))))
$$(eval $$(call gb_Module_register_target,$(call gb_Configuration_get_target,$(1)),$(call gb_Configuration_get_clean_target,$(1))))
+$(call gb_Helper_make_userfriendly_targets,$(1),Configuration)
endef