Changeset 36096

Show
Ignore:
Timestamp:
12/07/09 23:57:37 (3 years ago)
Author:
saturday06
Message:

jiaosdfja

Location:
lang/objective-cplusplus/i3/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/Makefile.am

    r36095 r36096  
    6565dist-hook: 
    6666        cp -ru ${top_srcdir}/am ${top_srcdir}/src ${top_distdir} 
    67         cd ${top_distdir} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh 
     67        cd ${top_distdir} && find . -depth -type d -iname ".svn" -exec rm -rf {} \; 
     68        cd ${top_distdir} && find . -depth -type d -iname "CVS" -exec rm -rf {} \; 
    6869 
    6970dist2_distdir = dist2.${PACKAGE_NAME}-${PACKAGE_VERSION} 
  • lang/objective-cplusplus/i3/trunk/scripts/clean_distdir.sh

    r36095 r36096  
    33# XXX execute in ${distdir} 
    44 
    5 #mydir=`dirname $0` 
     5mydir=`dirname $0` 
    66 
    77find . -depth -type d -iname ".svn" -exec rm -rf {} \; 
    88find . -depth -type d -iname "CVS" -exec rm -rf {} \; 
    99 
    10 # find . -iname "*.gch"  | xargs rm -f 
     10find . -iname "*.gch"  | xargs rm -f 
    1111 
    12 # sh ${mydir}/clean_dust.sh 
     12sh ${mydir}/clean_dust.sh 
    1313 
    14 # cd windows 
     14cd windows 
    1515 
    16 # rm -rf bin fakecygpty.exe build dist installer/obj installer/bin 
     16rm -rf bin fakecygpty.exe build dist installer/obj installer/bin 
    1717 
    18 # for target in \ 
    19 #     "*.csproj.*.user" \ 
    20 #     "*.vcproj.*.user" \ 
    21 #     "*.suo" \ 
    22 #     "*.ncb" \ 
    23 #     "*.aps" \ 
    24 #     "*.ilk" \ 
    25 #     "*.pdb" \ 
    26 #     "*.lastcodeanalysissucceeded" \ 
    27 #     "*.CodeAnalysisLog.xml" \ 
    28 #     ; do 
    29 #     find . -iname "${target}" | xargs rm -f 
    30 # done 
     18for target in \ 
     19    "*.csproj.*.user" \ 
     20    "*.vcproj.*.user" \ 
     21    "*.suo" \ 
     22    "*.ncb" \ 
     23    "*.aps" \ 
     24    "*.ilk" \ 
     25    "*.pdb" \ 
     26    "*.lastcodeanalysissucceeded" \ 
     27    "*.CodeAnalysisLog.xml" \ 
     28    ; do 
     29    find . -iname "${target}" | xargs rm -f 
     30done 
    3131 
    3232