Skip to content
Snippets Groups Projects
Commit 067c239a authored by Steve Lhomme's avatar Steve Lhomme
Browse files

buildsystem: list the contrib packages to build

So we can see what's going on. Other build targets do that too.
parent fa2ab22d
No related branches found
No related tags found
1 merge request!88misc. buildsystem cleanup
......@@ -502,6 +502,8 @@ if [ "$AVLC_USE_PREBUILT_CONTRIBS" -gt "0" ]; then
make -C $VLC_CONTRIB_DIR prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
avlc_checkfail "Fetching prebuilt contribs from ${VLC_PREBUILT_CONTRIBS_URL} failed"
fi
# list packages to be built
make -C $VLC_CONTRIB_DIR TARBALLS="$VLC_TARBALLS" list
# build native tools
make -C $VLC_CONTRIB_DIR TARBALLS="$VLC_TARBALLS" tools
else
......@@ -523,6 +525,9 @@ else
# fix modplug endianess check (narrowing error)
export ac_cv_c_bigendian=no
# list packages to be built
make -C $VLC_CONTRIB_DIR TARBALLS="$VLC_TARBALLS" list
make -C $VLC_CONTRIB_DIR TARBALLS="$VLC_TARBALLS" $MAKEFLAGS fetch
avlc_checkfail "contribs: make fetch failed"
......
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