summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Module.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-30 15:21:28 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-30 15:21:45 +0100
commitec894c5fb90bdee1c56d113d14b0bf524df9f5a9 (patch)
tree48a1084763aeba1848af6541dc14a6aa71e3ff82 /solenv/gbuild/Module.mk
parent08b921ef07ff2f5089b1e55c9fa11325a594ab22 (diff)
lets only depend build-order only on build from debugrun for now
- as long as we still have the slow build.pl run for top-level build
Diffstat (limited to 'solenv/gbuild/Module.mk')
-rw-r--r--solenv/gbuild/Module.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index 02e76eacaa23..2efef852da4f 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -84,6 +84,7 @@ $(call gb_Module_get_target,%) :
ifeq ($(strip $(gb_PARTIALBUILD)),)
check : subsequentcheck
+debugrun :| build
define gb_Module_BUILDHINT
@@ -108,6 +109,7 @@ else
gb_Module_BUILDHINT=
gb_Module_DEVINSTALLHINT=
+debugrun : build
endif
all : build unitcheck
@@ -142,7 +144,7 @@ check : unitcheck
$(call gb_Output_announce_title,all tests checked.)
$(call gb_Output_announce_bell)
-debugrun : build
+debugrun :
$(call gb_Module_DEBUGRUNCOMMAND)
dev-install :