[vlc-commits] [Git][videolan/vlc][master] share: Makefile.am: use $(EGREP) instead of egrep

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Sat Sep 17 19:52:03 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
c6ed4170 by Alexandre Janniaux at 2022-09-17T19:36:01+00:00
share: Makefile.am: use $(EGREP) instead of egrep

Fix the following warning:

    egrep: warning: egrep is obsolescent; using grep -E

- - - - -


1 changed file:

- share/Makefile.am


Changes:

=====================================
share/Makefile.am
=====================================
@@ -16,7 +16,7 @@ EXTRA_DIST += vlc-openbd.desktop.in vlc-opendvd.desktop.in vlc-openvcd.desktop.i
 CLEANFILES += $(desktop_DATA) $(appdata_DATA)
 
 %.desktop: %.desktop.in $(top_builddir)/config.status
-	$(AM_V_GEN)mimetypes="$$(sed 's/\s*#.*$$//g' $(srcdir)/vlc.desktop.mimetypes | egrep -v '^$$' | tr "\n" ';')"; \
+	$(AM_V_GEN)mimetypes="$$(sed 's/\s*#.*$$//g' $(srcdir)/vlc.desktop.mimetypes | $(EGREP) -v '^$$' | tr "\n" ';')"; \
 	sed \
 		-e 's,\@bindir\@,$(bindir),g' \
 		 -e "s,\@MIMETYPES\@,$$mimetypes,g" < "$<" > tmp-$@



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c6ed4170a5aa38be847b63bc86daad87358ffb54

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c6ed4170a5aa38be847b63bc86daad87358ffb54
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