summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-16 16:29:28 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-16 18:56:33 +0200
commit60939ada0ae907dc84ade19762eee52b24e05e88 (patch)
treec33a9544af10609bae9977fc2221bf9ea7ea45f8 /solenv
parentb78be49613f121beb776026a69a274e4dc248494 (diff)
rename allandcheck target to all in gbuild
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Module.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index 340e642c7ffd..73739c375347 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -39,7 +39,7 @@
# build (global) build the product top-level Module
# unitcheck (global) run unit tests top-level Module/unitcheck
# subsequentcheck (global) run system tests top-level Module/subsequentcheck
-# allandcheck (global) default goal build unitcheck
+# all (global) default goal build unitcheck
# Module class
@@ -79,10 +79,10 @@ $(call gb_Module_get_target,%) :
mkdir -p $(dir $@) && \
touch $@)
-.PHONY : build allandcheck clean unitcheck subsequentcheck
-.DEFAULT_GOAL := allandcheck
+.PHONY : build all clean unitcheck subsequentcheck
+.DEFAULT_GOAL := all
-allandcheck : build unitcheck
+all : build unitcheck
# compatibility with the old build system
ifneq ($(strip $(OOO_SUBSEQUENT_TESTS)),)