4 Commits

Author SHA1 Message Date
9c9e91848a Add array variable support to ossbuild-project-var-set/get
Use the new functionality for new project specific array variables:
- CONFIGURE_VARS: elements of the form NAME=VALUE will be set as
  environment variables when running autoconfig configure.
- CONFIGURE_OPTS: elements will be added to the options passed to
  autoconfig configure.
2024-05-18 01:49:23 +02:00
99a79e2218 Refactor lib/ossbuild-common.bash and adapt projects to changes
* Use common prefixes for project specific build step functions:
  - ossbuild-prepare-<prjname>
  - ossbuild-build-<prjname>
  - ossbuild-install-<prjname>
* New project specific build step function: ossbuild-configure-ok-p-<prjname>
* New environment variable OSSBUILD_SKIP. Allows users to skip listed
  (comma separated) build steps.
* Remove `-generic` from common function names.
* Improve ossbuild-pushd/popd functions.
* Improve doc comments.
* Adapt projects to renamed functions
2024-05-18 01:48:22 +02:00
664827d55a Add a lot of new functions to lib/ossbuild-common.bash 2023-07-01 19:31:10 +02:00
e7e9990871 Add project LLVM (https://llvm.org) ...
and also lib/ossbuild-common.bash.
2022-11-26 03:09:36 +01:00