[MPlayer-cvslog] r26883 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue May 27 13:05:43 CEST 2008
Author: diego
Date: Tue May 27 13:05:43 2008
New Revision: 26883
Log:
There is no need to ignore the return value of an 'rm -rf' command.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue May 27 13:05:43 2008
@@ -864,7 +864,7 @@ doxygen:
doxygen DOCS/tech/Doxyfile
doxygen_clean:
- -rm -rf DOCS/tech/doxygen
+ rm -rf DOCS/tech/doxygen
TAGS:
rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a
More information about the MPlayer-cvslog
mailing list