Changeset a34c6ca94042b77a8789954bb97880f045940f55
- Timestamp:
- 10/27/06 20:39:29
(2 years ago)
- Author:
- Yoann Peronneau <yoann@videolan.org>
- git-committer:
- Yoann Peronneau <yoann@videolan.org> 1161974369 +0000
- git-parent:
[c4df6204812f43d256441339fbddf055443ec176]
- git-author:
- Yoann Peronneau <yoann@videolan.org> 1161974369 +0000
- Message:
* toolbox: use vlc.mandriva.spec in distclean test
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re4f7eb8 |
ra34c6ca |
|
| 669 | 669 | set -x |
|---|
| 670 | 670 | # a naive sanity check to make sure we are in a VLC tree |
|---|
| 671 | | test -f vlc.spec.mdk -a -f vlc.win32.nsi.in || exit 1 |
|---|
| | 671 | test -f vlc.mandriva.spec -a -f vlc.win32.nsi.in || exit 1 |
|---|
| 672 | 672 | # let's rock! |
|---|
| 673 | 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 '{}' ';' |
|---|