[MPlayer-dev-eng] [PATCH] fix to Makefile uninstall
Guillaume Poirier
guillaume.poirier at etudiant.univ-rennes1.fr
Tue Nov 15 14:07:28 CET 2005
Hi,
Paul TT wrote:
> see attached. i wasn't be able to apply to cvs this morn.... if i can in
> the afternoon, i'll notify it... :-)
> if someone else will do before, pls tell
>
> fix to uninstall section, pointed out by Reshat Sabiq
> to -users ml sabiq -- at -- csociety -- dot -- org
>
>
> PaulTT
>
>
>
>
> ------------------------------------------------------------------------
>
> --- main/Makefile 2005-11-15 12:31:45.269699608 +0100
> +++ main_new/Makefile 2005-11-15 12:27:43.000000000 +0100
> @@ -511,9 +511,9 @@
> -rm -f $(LIBDIR)/libmpdvdkit.so
> for l in $(MAN_LANG); do \
> if test "i$$l" != "en"; then \
> - -rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \
> - -rm -f $(MANDIR)/$$l/man1/gmplayer.1 \
> - fi \
> + rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 ; \
> + rm -f $(MANDIR)/$$l/man1/gmplayer.1 ; \
> + fi ; \
> done
> ifeq ($(VIDIX),yes)
> $(DO_MAKE)
>
>
> ------------------------------------------------------------------------
Existing code obviously could not work. You can't possibly do anything
wrong by committing your patch... :-)
Guillaume
More information about the MPlayer-dev-eng
mailing list