Skip to content

Commit f96bfa4

Browse files
committed
update script
1 parent 4910b86 commit f96bfa4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/upgrade-boost.sh

+10
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ cd boost_${boost_version}
113113

114114
git rm -rf boost.css boost.png index.htm index.html INSTALL rst.css
115115
git rm -rf doc/ libs/*/test/ libs/*/example/ libs/*/doc/
116+
git rm -rf boost/leaf/ libs/leaf/ boost/nowide/ libs/nowide
117+
git rm -rf boost/pfr libs/pfr boost/json/ libs/json/
118+
git rm -rf boost/static_string libs/static_string
119+
git rm -rf boost/stl_interfaces/ libs/stl_interfaces
120+
git rm -rf boost/phoenix/ libs/phoenix
121+
git rm -rf boost/msm/ libs/msm
122+
git rm -rf boost/log/ libs/log
123+
git rm -rf libs/*/examples libs/*/*/examples libs/*doc libs/*/*doc
124+
git rm -rf **/*.svg **/*.png **/*.jpg **/*.html **/*.htm **/*.gold **/*.json
125+
git rm -rf **/*.pdf **/*.manifest **/*.css **/*.md **/*.qbk **/*.rst **/*.txt
116126
git commit -m "upgrading to boost v${boost_version}; pruning files"
117127

118128
cat <<EOF

0 commit comments

Comments
 (0)