Skip to content
Snippets Groups Projects
Unverified Commit e098ac56 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

build.py: Do not rebuild the daemon every time.

Running autogen.sh invalidates the build artifacts, causing them to be
rebuilt every time the 'install' action is invoked, which is wasteful.
Only invoke autogen.sh when the configure script is missing.

Change-Id: Ib92b3d14e9f44f465f467ee0948fe3fceb5d3bea
parent 6b364a9f
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ mkdir -p contrib/native
)
# Build the daemon itself.
./autogen.sh
test -f configure || ./autogen.sh
if [[ "$OSTYPE" != "darwin"* ]]; then
# Keep the shared libaries on MAC OSX.
......
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