summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-05 03:24:33 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-05 03:24:33 +0200
commit04280a3788ebff10992ac54be8cd5e8cf93d9146 (patch)
treed6a182c64a23d6308183a439b916760fed6bbcab /solenv
parentsplit records for awks little brain (also improve readability) (diff)
downloadcore-04280a3788ebff10992ac54be8cd5e8cf93d9146.tar.gz
core-04280a3788ebff10992ac54be8cd5e8cf93d9146.zip
OOO_SUBSEQUENT_TESTS is gone
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Module.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index cac27a467a82..cccc9124232a 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -84,11 +84,6 @@ $(call gb_Module_get_target,%) :
all : build unitcheck
-# compatibility with the old build system
-ifneq ($(strip $(OOO_SUBSEQUENT_TESTS)),)
-.DEFAULT_GOAL := subsequentcheck
-endif
-
build :
$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog,$^),$(notdir $(module))),$(true),ALL,6)
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),ALL,6)