cosmetics: Merge shell commands into one line.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26354 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-08 22:08:23 +00:00
parent fa4f36202e
commit c4a51ba068
1 changed files with 2 additions and 4 deletions

View File

@ -326,12 +326,10 @@ strip:
strip -s $(ALL_PRG) strip -s $(ALL_PRG)
TAGS: TAGS:
rm -f $@; \ rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a
( find -name '*.[chS]' -print ) | xargs etags -a
tags: tags:
rm -f $@; \ rm -f $@; ( find -name '*.[chS]' -print ) | xargs ctags -a
( find -name '*.[chS]' -print ) | xargs ctags -a;
# ./configure must be rerun if it changed # ./configure must be rerun if it changed
config.mak: configure config.mak: configure