Changeset 36538 for lang/objective-cplusplus/i3/trunk/scripts/clean_all.sh
- Timestamp:
- 01/26/10 19:26:47 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/scripts/clean_all.sh
r35303 r36538 2 2 3 3 # dust 4 mydir=` dirname $0`5 source ${mydir}/clean_dust.sh4 mydir=`echo $0 | sed 's,[^/]*$,,'` 5 . ${mydir}clean_dust.sh 6 6 7 7 # windows 8 source ${mydir}/clean_windows.sh8 . ${mydir}clean_windows.sh 9 9 10 10 # gcov 11 source ${mydir}/clean_gcov.sh11 . ${mydir}clean_gcov.sh 12 12 rm -f *.gcno 13 13
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)