From fae3b4cc192dbce54f87a6e1c67ab5d824eda947 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 29 Aug 2016 16:39:32 +0200 Subject: boost: update generated wrapper headers ... and delete recently added clang Wundef patch Change-Id: I83af127fe98ff23feb944eb68dbd2334d23564c8 --- bin/gen-boost-headers | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/gen-boost-headers') diff --git a/bin/gen-boost-headers b/bin/gen-boost-headers index 8342f883dbb9..40f4ba849e0e 100755 --- a/bin/gen-boost-headers +++ b/bin/gen-boost-headers @@ -19,10 +19,13 @@ rm -rf ${GENDIR} mkdir ${GENDIR} # note: clucene contains a copy of half of boost, so ignore it too +# note: firebird contains a copy of half of boost, so ignore it too cat <(cd ${SRCDIR} && git grep '^# *include') \ <(find ${WORKDIR}/UnpackedTarball/ -mindepth 1 -maxdepth 1 -type d \ - | grep -v boost | grep -v clucene \ + | grep -v boost \ + | grep -v clucene \ + | grep -v firebird \ | xargs grep -r '^# *include') \ | grep -o '\bboost.*\.\(h\|hpp\|ipp\)' \ | sort | uniq \ -- cgit