summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-08-29 16:39:32 +0200
committerMichael Stahl <mstahl@redhat.com>2016-08-29 18:29:42 +0200
commitfae3b4cc192dbce54f87a6e1c67ab5d824eda947 (patch)
treefc877cede91f4619eb8cc26265cd092d1d138aea /bin
parent471408327978144dcc11f5f65f8208016867e03a (diff)
boost: update generated wrapper headers
... and delete recently added clang Wundef patch Change-Id: I83af127fe98ff23feb944eb68dbd2334d23564c8
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen-boost-headers5
1 files changed, 4 insertions, 1 deletions
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 \