summaryrefslogtreecommitdiffstats
path: root/xml2cmp
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-12-07 13:12:22 +0100
committerEike Rathke <erack@redhat.com>2011-12-07 17:20:03 +0100
commita0476cf0193834c66d5472c22e0ddea466603568 (patch)
tree45a63bc120054da87c88843178aeb19682a263ad /xml2cmp
parentonly depend from dev-install on build if it is an explicit goal (diff)
downloadcore-a0476cf0193834c66d5472c22e0ddea466603568.tar.gz
core-a0476cf0193834c66d5472c22e0ddea466603568.zip
in modules, when we have a env we are in stage gbuild
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml2cmp/Makefile b/xml2cmp/Makefile
index 7b3dec8b4c28..7bbbe6c703e6 100644
--- a/xml2cmp/Makefile
+++ b/xml2cmp/Makefile
@@ -31,6 +31,7 @@ ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
+gb_SourceEnvAndRecurse_STAGE=gbuild
include $(SOLARENV)/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))