]> git.sesse.net Git - vlc/commitdiff
Try to fix distclean, but you'd better not use it anyway.
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 15:48:03 +0000 (15:48 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 15:48:03 +0000 (15:48 +0000)
I TOLD YOU TO NOT BOTHER ME WITH YOUR UNCLEAN BUILD TREES.

toolbox

diff --git a/toolbox b/toolbox
index 18e9c11883944c62a48b4ae02940a39da0772aa5..b0865fb71a4c41ebfe3570db1861f79c89d540b2 100755 (executable)
--- a/toolbox
+++ b/toolbox
@@ -729,7 +729,7 @@ then
   # a naive sanity check to make sure we are in a VLC tree
   test -f vlc.spec.mdk -a -f vlc.win32.nsi.in || exit 1
   # let's rock!
-  find . -type f '(' -name '*.[oa]' -o -name '*.so' -o -name '*.sl' -o -name '*.dylib' -o -name '*.dll' -o -name .dirstamp -o '(' '(' ! -path '\./doc/developer/Makefile\.in' ')' -a -name Makefile.in ')' -o -name 'stamp-h*' -o -name '*~' -o -name '*.bak' -o -name '*.moc.cpp' ')' -exec rm -f '{}' ';'
+  find . -type f '(' -name '*.[oa]' -o name '*.l[oa]' -o -name '*.so' -o -name '*.sl' -o -name '*.dylib' -o -name '*.dll' -o -name .dirstamp -o '(' '(' ! -path '\./doc/developer/Makefile\.in' ')' -a -name Makefile.in ')' -o -name 'stamp-h*' -o -name '*~' -o -name '*.bak' -o -name '*.moc.cpp' ')' -exec rm -f '{}' ';'
   (cd autotools && find . -name '[a-z]*' -maxdepth 1 -exec rm -f '{}' ';')
   find msvc -type f -name '*.dsp' -exec rm -f '{}' ';'
   find evc -type f -name '*.vcp' -exec rm -f '{}' ';'