[MPlayer-cvslog] r26354 - trunk/Makefile
diego
subversion at mplayerhq.hu
Wed Apr 9 00:08:23 CEST 2008
Author: diego
Date: Wed Apr 9 00:08:23 2008
New Revision: 26354
Log:
cosmetics: Merge shell commands into one line.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Apr 9 00:08:23 2008
@@ -326,12 +326,10 @@ strip:
strip -s $(ALL_PRG)
TAGS:
- rm -f $@; \
- ( find -name '*.[chS]' -print ) | xargs etags -a
+ rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a
tags:
- rm -f $@; \
- ( find -name '*.[chS]' -print ) | xargs ctags -a;
+ rm -f $@; ( find -name '*.[chS]' -print ) | xargs ctags -a
# ./configure must be rerun if it changed
config.mak: configure
More information about the MPlayer-cvslog
mailing list