Changeset 36096
- Timestamp:
- 12/07/09 23:57:37 (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
r36095 r36096 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.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 {} \; 68 69 69 70 dist2_distdir = dist2.${PACKAGE_NAME}-${PACKAGE_VERSION} -
lang/objective-cplusplus/i3/trunk/scripts/clean_distdir.sh
r36095 r36096 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 8 find . -depth -type d -iname "CVS" -exec rm -rf {} \; 9 9 10 #find . -iname "*.gch" | xargs rm -f10 find . -iname "*.gch" | xargs rm -f 11 11 12 #sh ${mydir}/clean_dust.sh12 sh ${mydir}/clean_dust.sh 13 13 14 #cd windows14 cd windows 15 15 16 #rm -rf bin fakecygpty.exe build dist installer/obj installer/bin16 rm -rf bin fakecygpty.exe build dist installer/obj installer/bin 17 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 #; do29 #find . -iname "${target}" | xargs rm -f30 #done18 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 31 32 32
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)