|
|
|
@ -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 '{}' ';' |
|
|
|
|