diff options
| author | Petr Mladek <pmladek@suse.cz> | 2013-08-29 15:41:59 +0200 |
|---|---|---|
| committer | Luboš Luňák <l.lunak@suse.cz> | 2013-08-29 16:56:35 +0200 |
| commit | e372338807be890f02ae5d7eb56c795df3516c71 (patch) | |
| tree | a3ee1ba745ebcbd50a1e52222488628826576348 /.gitignore | |
| parent | 2f684f3de4f356bc570d279a392a6afe862314c3 (diff) | |
make the tinderbox information more reliable in the about dialog (fdo#58034)
Pass the information via config/config_buildid.h. Then
cui/source/dialogs/about.cxx will get rebuilt also in the incremental build.
Also allow to set EXTRA_BUILDID also via environment variable. This is much
easier with tinderboxed that work with static autogen.input.
Change-Id: Ic0b0d13f031c988c096bfd4533e650e245a0ad74
Reviewed-on: https://gerrit.libreoffice.org/5680
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9aef00e14d99..5ea06d356d08 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ /config.log /config.status /config.parms +/config/config_buildid.h /config/config_version.h /config_host.mk /config_host.mk.last |
