[vlc-commits] [Git][videolan/vlc][master] contrib/gsm: use $MAKE as appropriate
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat May 25 09:37:58 UTC 2024
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
cd09eb53 by Sean McGovern at 2024-05-25T08:24:36+00:00
contrib/gsm: use $MAKE as appropriate
- - - - -
1 changed file:
- contrib/src/gsm/rules.mak
Changes:
=====================================
contrib/src/gsm/rules.mak
=====================================
@@ -23,6 +23,7 @@ gsm: gsm-$(GSM_MAJVERSION)-pl$(GSM_MINVERSION).tar.gz .sum-gsm
sed -i.orig 's,^.c.o:,#.c.o:,' "$(UNPACK_DIR)/Makefile"
sed -i.orig 's,^ $$(CC),# $$(CC),' "$(UNPACK_DIR)/Makefile"
sed -i.orig 's,^ @-mv,# @-mv,' "$(UNPACK_DIR)/Makefile"
+ sed -i.orig 's,make \$$,$$(MAKE) \$$,' "$(UNPACK_DIR)/Makefile"
$(MOVE)
GSM_ENV := GSM_INSTALL_ROOT="$(PREFIX)" \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd09eb53a8201ea624db95d23073c34b69c64a33
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd09eb53a8201ea624db95d23073c34b69c64a33
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