diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-12-07 13:12:22 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-12-07 15:53:06 +0100 |
commit | 2acd8fbac96959f5456d0d59bbc15db0786dab5a (patch) | |
tree | 982b444d97209596d78405fde0dfbc22a26cc4a1 /canvas/Makefile | |
parent | ab225eead3fb14c5acf89690965b9b24db4d97e3 (diff) |
in modules, when we have a env we are in stage gbuild
Diffstat (limited to 'canvas/Makefile')
-rw-r--r-- | canvas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/canvas/Makefile b/canvas/Makefile index 7b3dec8b4c28..7bbbe6c703e6 100644 --- a/canvas/Makefile +++ b/canvas/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))) |