summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-16 16:57:42 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-16 18:56:34 +0200
commit980fdaf40de49deee842d902ea00ef466da8a53c (patch)
tree11f0f01bccd01484fc8d8e0c73ae0ed17f7b7c7b /Makefile.in
parentd621f927aa1c2a7aaeeb74f235911907b2cdbd37 (diff)
rename all to build in top-level makefile
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index eb1590824fa0..93fba1e7b8ed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -8,7 +8,7 @@ else
CROSS_TOOLSET_RULE:=
endif
-all: Makefile dmake/dmake@EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RULE)
+build: Makefile dmake/dmake@EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RULE)
@. ./Env.Host.sh && \
cd instsetoo_native && \
build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
@@ -18,7 +18,7 @@ cross-build-toolset:
cd cross_toolset && \
build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
-install:|all
+install:|build
@. ./Env.Host.sh && \
echo "Installing in @PREFIXDIR@..." && \
ooinstall "@PREFIXDIR@" && \
@@ -33,7 +33,7 @@ distro-pack-install: install
./bin/distro-install-sdk
./bin/distro-install-file-lists
-dev-install:|all
+dev-install:|build
@. ./Env.Host.sh && \
cd smoketestoo_native && \
build.pl -P@BUILD_NCPUS@ --all:instsetoo_native -- -P@BUILD_MAX_JOBS@ && \