summaryrefslogtreecommitdiff
path: root/binaryurp/Makefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-12-07 13:12:22 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-12-07 15:53:06 +0100
commit2acd8fbac96959f5456d0d59bbc15db0786dab5a (patch)
tree982b444d97209596d78405fde0dfbc22a26cc4a1 /binaryurp/Makefile
parentab225eead3fb14c5acf89690965b9b24db4d97e3 (diff)
in modules, when we have a env we are in stage gbuild
Diffstat (limited to 'binaryurp/Makefile')
-rw-r--r--binaryurp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryurp/Makefile b/binaryurp/Makefile
index 7b3dec8b4c28..7bbbe6c703e6 100644
--- a/binaryurp/Makefile
+++ b/binaryurp/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)))