Skip to content
Snippets Groups Projects
Commit ab74db46 authored by Stepan Salenikovich's avatar Stepan Salenikovich
Browse files

make-ring: build lrc and client in prallel

Use the same make -j argument when building lrc and client as when
building the daemon. lrc builds much faster this way.

Change-Id: Ifaecdaeb86e4bc9862004ca880eddaaa8d91dc98
parent 93fe24c0
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ else
-DCMAKE_INSTALL_PREFIX="${INSTALL}/lrc" \
-DRING_BUILD_DIR="${DAEMON}/src" $static
fi
make
make -j${proc}
make_install $global
cd "${TOP}/${client}"
......@@ -97,5 +97,5 @@ else
-DRINGTONE_DIR="${INSTALL}/daemon/share/ring/ringtones" \
-DLibRingClient_DIR="${INSTALL}/lrc/lib/cmake/LibRingClient" $static
fi
make
make -j${proc}
make_install $global
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment