make install and dev-install build-depend on all
* this enables "make all dev-install" or "make all install" calls
This commit is contained in:
parent
2f059de8b7
commit
a635cc935f
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ cross-build-toolset:
|
|||
cd cross_toolset && \
|
||||
build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
|
||||
|
||||
install:
|
||||
install:|all
|
||||
@. ./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:
|
||||
dev-install:|all
|
||||
@. ./Env.Host.sh && \
|
||||
cd smoketestoo_native && \
|
||||
export SAL_USE_VCLPLUGIN="svp" && \
|
||||
|
|
Loading…
Reference in a new issue