bin/gen-boost-headers | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 56bdc6ded08ca85d765add0378426ac4356e94d3
Author: Noel Grandin <[email protected]>
AuthorDate: Wed Oct 13 10:18:02 2021 +0200
Commit: Noel Grandin <[email protected]>
CommitDate: Wed Oct 13 11:33:26 2021 +0200
add some comment to gen-boost-headers
because I can never remember how to run this script
Change-Id: I7782846d192f477096fb315e0b5416d4715d319a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123546
Tested-by: Jenkins
Reviewed-by: Noel Grandin <[email protected]>
diff --git a/bin/gen-boost-headers b/bin/gen-boost-headers
index cf633532ae75..2f6a6ecc8713 100755
--- a/bin/gen-boost-headers
+++ b/bin/gen-boost-headers
@@ -9,6 +9,7 @@
# generate a bunch of dummy headers that wrap the crappy boost headers and
# suppress a myriad of warnings; requires GCC's #include_next extension
+# To run this do: make cmd cmd="bin/gen-boost-headers"
set -euo pipefail
IFS=$'\n\t'