- Timestamp:
- 12/07/09 23:44:29 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk
- Files:
-
- 2 modified
-
Makefile.am (modified) (1 diff)
-
scripts/clean_distdir.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/Makefile.am
r36094 r36095 65 65 dist-hook: 66 66 cp -ru ${top_srcdir}/am ${top_srcdir}/src ${top_distdir} 67 #cd ${top_distdir} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh67 cd ${top_distdir} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh 68 68 69 69 dist2_distdir = dist2.${PACKAGE_NAME}-${PACKAGE_VERSION} -
lang/objective-cplusplus/i3/trunk/scripts/clean_distdir.sh
r36040 r36095 3 3 # XXX execute in ${distdir} 4 4 5 mydir=`dirname $0`5 #mydir=`dirname $0` 6 6 7 7 find . -depth -type d -iname ".svn" -exec rm -rf {} \; 8 find . - iname "*.gch" | xargs rm -f8 find . -depth -type d -iname "CVS" -exec rm -rf {} \; 9 9 10 sh ${mydir}/clean_dust.sh 10 # find . -iname "*.gch" | xargs rm -f 11 11 12 cd windows 12 # sh ${mydir}/clean_dust.sh 13 13 14 rm -rf bin fakecygpty.exe build dist installer/obj installer/bin 14 # cd windows 15 15 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
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)