Show
Ignore:
Timestamp:
01/26/10 19:26:47 (3 years ago)
Author:
saturday06
Message:

bn

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/scripts/clean_all.sh

    r35303 r36538  
    22 
    33# dust 
    4 mydir=`dirname $0` 
    5 source ${mydir}/clean_dust.sh 
     4mydir=`echo $0 | sed 's,[^/]*$,,'` 
     5. ${mydir}clean_dust.sh 
    66 
    77# windows 
    8 source ${mydir}/clean_windows.sh 
     8. ${mydir}clean_windows.sh 
    99 
    1010# gcov 
    11 source ${mydir}/clean_gcov.sh 
     11. ${mydir}clean_gcov.sh 
    1212rm -f *.gcno 
    1313