]> git.lyx.org Git - features.git/blobdiff - 3rdparty/boost/extract.sh
Additional check for empty word to avoid potential crash if no WordLangTuple is assig...
[features.git] / 3rdparty / boost / extract.sh
index b177e10427bfb9691e84042a33923bdc349ad3cf..2d65a7cba44b0670e9bd1e6ecfe278bc1d63e1c7 100755 (executable)
@@ -14,7 +14,6 @@ HEADERS="\
   boost/any.hpp \
   boost/assert.hpp \
   boost/crc.hpp \
-  boost/signals2/signal.hpp \
   "
 
 if [ -z $1 ]
@@ -39,8 +38,8 @@ bcp --boost=$1 $HEADERS needed/
 # we do not use the provided MSVC project files
 find needed -name '*.vcpro*' | xargs rm
 
-# remove old boost headers
-find boost -name \*.hpp | xargs rm
+# remove old boost code
+rm -rf boost/*
 
 # copy new headers
 cp -vR needed/boost .