Changeset aaebbb434542abf08773eb8dc93906b11c433fac
- Timestamp:
- 07/02/03 22:01:51
(5 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1057176111 +0000
- git-parent:
[1d91fd8bdd0b0b9da3d4b8a21f5f6dff31d81fa2]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1057176111 +0000
- Message:
* toolbox: fixed ./toolbox --distclean
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf53fe26 |
raaebbb4 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## toolbox for the VLC media player |
|---|
| 4 | | ## $Id: toolbox,v 1.36 2003/07/01 19:17:32 sam Exp $ |
|---|
| | 4 | ## $Id: toolbox,v 1.37 2003/07/02 20:01:51 gbazin Exp $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 526 | 526 | set -x |
|---|
| 527 | 527 | # a naive sanity check to make sure we are in a VLC tree |
|---|
| 528 | | test -f vlc.spec -a -f debian/rules || exit 1 |
|---|
| | 528 | test -f vlc.spec.mdk -a -f debian/rules || exit 1 |
|---|
| 529 | 529 | # let's rock! |
|---|
| 530 | 530 | 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 '{}' ';' |
|---|