[Mplayer-cvslog] CVS: main Makefile,1.196,1.197
Atmosfear
atmos4 at mplayerhq.hu
Wed Aug 7 23:51:20 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv27538
Modified Files:
Makefile
Log Message:
small rule to strip binaries in source dir (24MB mplayer binary is a bit klugdy for non debug-work :)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- Makefile 25 Jul 2002 03:37:27 -0000 1.196
+++ Makefile 7 Aug 2002 21:51:10 -0000 1.197
@@ -280,6 +280,9 @@
-rm -f *.o *.a .depend configure.log
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
+strip:
+ strip -s $(ALL_PRG)
+
dep: depend
depend:
More information about the MPlayer-cvslog
mailing list