[MPlayer-cvslog] CVS: main Makefile,1.337,1.338
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Jan 27 01:07:09 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv14674
Modified Files:
Makefile
Log Message:
Make clean/distclean behave uniformly in all directories.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- Makefile 19 Jan 2006 20:53:13 -0000 1.337
+++ Makefile 27 Jan 2006 00:06:37 -0000 1.338
@@ -521,11 +521,11 @@
@echo "Uninstall completed"
clean:
- -rm -f *.o *~ $(OBJS) codecs.conf.h
+ -rm -f *.o *.a *~ codecs.conf.h
-distclean: doxygen_clean
- -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
- -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h
+distclean: clean doxygen_clean
+ -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG)
+ -rm -f .depend configure.log codecs.conf.h help_mp.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
strip:
More information about the MPlayer-cvslog
mailing list