Changeset e4f7eb8e91b05d9e56375119793bef68073b058e

Show
Ignore:
Timestamp:
20/10/06 21:10:37 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1161371437 +0000
git-parent:

[42405764a4972577914dd72e77b9fc76c5442419]

git-author:
Clément Stenac <zorglub@videolan.org> 1161371437 +0000
Message:

Fix syntax errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • toolbox

    rc145241 re4f7eb8  
    671671  test -f vlc.spec.mdk -a -f vlc.win32.nsi.in || exit 1 
    672672  # let's rock! 
    673   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 '{}' ';' 
    674   (cd autotools && find . -name '[a-z]*' -maxdepth 1 -exec rm -f '{}' ';') 
     673  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 '{}' ';' 
     674  (cd autotools && find . -maxdepth 1 -name '[a-z]*' -exec rm -f '{}' ';') 
    675675  find msvc -type f -name '*.dsp' -exec rm -f '{}' ';' 
    676676  find evc -type f -name '*.vcp' -exec rm -f '{}' ';'