Changeset 36095 for lang

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

jaidofjad

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

Legend:

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

    r36094 r36095  
    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} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh 
    6868 
    6969dist2_distdir = dist2.${PACKAGE_NAME}-${PACKAGE_VERSION} 
  • lang/objective-cplusplus/i3/trunk/scripts/clean_distdir.sh

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