Skip to content
Snippets Groups Projects
Commit 596c06cb authored by Guillaume Roguez's avatar Guillaume Roguez Committed by gerrit2
Browse files

packaging: list contrib dependencies list at build time


Add 'make list' to daemon contribs making rules for easy debuging.

Change-Id: Ib12c26230dff6b862aaa2600b20f975055efdc8b
Reviewed-by: default avatarStepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
parent b9865de7
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ $(RELEASE_TARBALL_FILENAME):
# Fetch tarballs
mkdir -p daemon/contrib/native
cd daemon/contrib/native && \
../bootstrap && \
../bootstrap && make list && \
make fetch-all -j || make fetch-all || make fetch-all
rm -rf daemon/contrib/native
......
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