mirror of
https://github.com/videolan/vlc.git
synced 2024-11-25 10:53:36 +08:00
* toolbox:
+ Do not remove svn directories in autotools/ when using --distclean.
This commit is contained in:
parent
4e84ec7af9
commit
dd443c16f4
2
toolbox
2
toolbox
@ -590,7 +590,7 @@ then
|
||||
test -f vlc.spec.mdk -a -f debian/rules || 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 -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]*' -exec rm -f '{}' ';')
|
||||
(cd autotools && find . -name '[a-z]*' -maxdepth 1 -exec rm -f '{}' ';')
|
||||
(cd debian && find . -type d -name '[a-z]*' -maxdepth 1 -exec rm -Rf '{}' ';')
|
||||
find msvc -type f -name '*.dsp' -exec rm -f '{}' ';'
|
||||
find evc -type f -name '*.vcp' -exec rm -f '{}' ';'
|
||||
|
Loading…
Reference in New Issue
Block a user