spiegel-keyman/linux
Marc Durdin 00017350d3 chore(common): clean up --debug usage in build scripts
Fixes #8373.

Note that the core functionality requested in #8373 is already in place;
this commit just does some cleanup to make this easier to maintain in
the future:

* Uses `builder_is_debug_build` function to test for debug build
  (instead of `builder_has_option --debug`, which would also work but
  using the other function avoids typo issues with the option name).

* Renames `$_builder_debug` to `$_builder_debug_internal` to reduce
  naming confusion

* Documents `$builder_debug`, `builder_is_debug_build`, and clarifies
  usage of `--debug` option.

* Logs command line for dep builds (we could hide this in the future,
  but it certainly doesn't hurt for now!)
2023-03-08 05:40:40 +07:00
..
debian chore(core): Create both dynamic and static libs on Linux 2023-03-06 16:51:19 +01:00
help Apply suggestions from code review 2022-11-23 07:39:24 +07:00
ibus-keyman chore(common): clean up --debug usage in build scripts 2023-03-08 05:40:40 +07:00
keyman-config chore: rewrite extra standard build script prolog 2023-02-23 08:09:41 +07:00
scripts chore(common): remove vswhere 2023-03-03 04:50:25 +07:00
.gitignore chore(linux): Remove autotools related files 2023-02-14 09:51:46 +01:00
.pbuilderrc chore(linux): Add support for Ubuntu 22.10 "Kinetic Kudu" 2022-07-19 16:00:27 +02:00
build.sh chore: update standard script prolog to use builtin instead of dirname 2023-02-22 11:04:15 +07:00
Dockerfile chore(linux): Add Node.js to the docker container 2022-10-11 15:57:55 -05:00
history.md chore(linux/resources): Cleanup formatting in history.md 2020-11-27 13:30:20 +07:00
Jenkinsfile chore(linux): Remove building for Bionic 2022-12-06 11:26:46 +01:00
LICENSE.md chore(linux): Update readme 2022-10-12 12:28:46 +02:00
Makefile chore(linux): Refactor scripts and packaging 2023-02-14 09:42:13 +01:00
README.md docs(linux): Move Linux documentation 2022-12-05 18:07:10 +01:00

Keyman for Linux

See /docs/linux/README.md for documentation.