summaryrefslogtreecommitdiffstats
path: root/bin/update_pch_bisect
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-01-10 11:09:42 -0500
committerAshod Nakashian <ashnakash@gmail.com>2016-01-11 03:55:46 +0000
commit24ef3924d885a37fb15442208c027c77781175b8 (patch)
treee0f65212139149d3792b2a1a1c92d3eb85d5ce56 /bin/update_pch_bisect
parentvcl: move all glyph files from generic to unx (diff)
downloadcore-24ef3924d885a37fb15442208c027c77781175b8.tar.gz
core-24ef3924d885a37fb15442208c027c77781175b8.zip
PCH support on Linux
Fixes and improvements to support Precompiled Headers on Linux. Change-Id: I8145c146b0dba56c7a4d0fdf9c330164b67ada53 Reviewed-on: https://gerrit.libreoffice.org/21307 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'bin/update_pch_bisect')
-rwxr-xr-x[-rw-r--r--]bin/update_pch_bisect3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/update_pch_bisect b/bin/update_pch_bisect
index 86cb78396d2c..07f0dbb650ae 100644..100755
--- a/bin/update_pch_bisect
+++ b/bin/update_pch_bisect
@@ -24,7 +24,7 @@ it contains one or more required
include without which it wouldn't
compile, which it identifies.
-Usage: ./bin/update_pch_bisect ./vcl/inc/pch/precompiled_vcl.hxx "/opt/lo/bin/make vcl.build" --find-required --verbose
+Usage: ./bin/update_pch_bisect ./vcl/inc/pch/precompiled_vcl.hxx "make vcl.build" --find-required --verbose
"""
from __future__ import print_function
@@ -240,6 +240,7 @@ if __name__ == '__main__':
print(' --find-required - Finds all required includes.')
print(' Must compile with all includes.\n')
print(' --verbose - print noisy progress.')
+ print('Example: ./bin/update_pch_bisect ./vcl/inc/pch/precompiled_vcl.hxx "make vcl.build" --find-required --verbose')
print('\nRunning unit-tests...')