[Mplayer-cvslog] CVS: main Makefile,1.294,1.295
Roberto Togni CVS
syncmail at mplayerhq.hu
Fri Jul 9 19:32:20 CEST 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv13113
Modified Files:
Makefile
Log Message:
Remove duplicated make distclean for libavformat and libavcodec
Patch by adland
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- Makefile 27 Jun 2004 17:54:30 -0000 1.294
+++ Makefile 9 Jul 2004 17:32:17 -0000 1.295
@@ -308,8 +308,6 @@
-rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
-rm -f *.o *.a .depend configure.log codecs.conf.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
- -$(MAKE) -C libavcodec distclean LIBPREF=lib LIBSUF=.a
- -$(MAKE) -C libavformat distclean LIBPREF=lib LIBSUF=.a
strip:
strip -s $(ALL_PRG)
More information about the MPlayer-cvslog
mailing list