[vlc-commits] [Git][videolan/vlc][master] contrib: fail the build if prebuilt fail
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Sep 5 11:23:57 UTC 2022
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
e76f2c7d by Steve Lhomme at 2022-09-05T11:02:31+02:00
contrib: fail the build if prebuilt fail
In some cases the tarballs are corrupted. If the extraction of the tarball
fails the build will fail (or may use part of an old extraction).
The `-` was introduced in 5d2ed11e91467de6abe609341f4f482414fda198.
- - - - -
1 changed file:
- contrib/src/main.mak
Changes:
=====================================
contrib/src/main.mak
=====================================
@@ -562,7 +562,7 @@ vlc-contrib-$(HOST)-latest.tar.bz2:
prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
$(RM) -r $(PREFIX)
- -$(UNPACK)
+ $(UNPACK)
mv $(HOST) $(PREFIX)
cd $(PREFIX) && $(abspath $(SRC))/change_prefix.sh
ifdef HAVE_WIN32
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e76f2c7d5e10909df0eea20101ebe3687d6b45d9
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e76f2c7d5e10909df0eea20101ebe3687d6b45d9
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list