diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-13 10:18:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-13 11:33:26 +0200 |
commit | 56bdc6ded08ca85d765add0378426ac4356e94d3 (patch) | |
tree | 16814d4ded17b040aa9a2c2a8e54c38392483e57 /bin/gen-boost-headers | |
parent | ccf5162e448b4dc6b930ce0354a60253ff70fbc2 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin/gen-boost-headers')
-rwxr-xr-x | bin/gen-boost-headers | 1 |
1 files changed, 1 insertions, 0 deletions
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' |