Use same object files for all packages

There's no need to rebuild the object files for each component. Reusing
them should allow for a faster build.
This commit is contained in:
Markus Mäkelä 2017-08-08 15:01:42 +03:00
parent 80569dd5a9
commit 05ac06c901
2 changed files with 0 additions and 4 deletions

View File

@ -44,8 +44,6 @@ if [ "$build_experimental" == "yes" ]
then
for component in experimental devel client
do
rm -rf _bild
mkdir _build
cd _build
export LD_LIBRARY_PATH=""
cmake .. $cmake_flags -DTARGET_COMPONENT=$component

View File

@ -39,8 +39,6 @@ if [ "$build_experimental" == "yes" ]
then
for component in experimental devel client
do
sudo rm -rf _build
mkdir _build
cd _build
cmake .. $cmake_flags -DTARGET_COMPONENT=$component
sudo make package