diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-03-12 17:23:18 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-03-12 17:24:32 +0100 |
commit | 7ac75351f16358fd0f9d83162eda25cca6de2622 (patch) | |
tree | a12437d7abc6c13c6e31245ee08f11dc13a9d371 /solenv | |
parent | 2b26ac2efca151ce00af66db9a57eea351fbd947 (diff) |
mention that temporary edits in autogenerated pch headers are ok
Change-Id: Ifafa5c8847dec80a3b80afc5e10044f9c1c8d48a
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/update_pch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/solenv/bin/update_pch.sh b/solenv/bin/update_pch.sh index 84ff445468c6..39569f75213b 100755 --- a/solenv/bin/update_pch.sh +++ b/solenv/bin/update_pch.sh @@ -91,6 +91,13 @@ function list_file_includes() * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + This file has been autogenerated by update_pch.sh . It is possible to edit it + manually (such as when an include file has been moved/renamed/removed. All such + manual changes will be rewritten by the next run of update_pch.sh (which presumably + also fixes all possible problems, so it's usually better to use it). +*/ + EOF # Library_svx needs this (sendreportw32.cxx) |