summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-06-02 10:11:10 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-06-02 10:11:10 +0100
commit522027077c1d865cac5be24762842441d5748630 (patch)
treed8553ac80cd66f2d66b3f4bc9d696af03fdd3a97 /etc
parent0f3d9c1693d0be0553c5e61c9858cc9e5034ce08 (diff)
downloadmidipix_build-522027077c1d865cac5be24762842441d5748630.tar.bz2
midipix_build-522027077c1d865cac5be24762842441d5748630.tar.xz
midipix.env:${DEFAULT_BUILD_VARS}: adds ${PKG_CFLAGS_BUILD} and ${PKG_MAKE_SUBDIRS}.
subr/pkg_{build,install}.subr: honour ${PKG_MAKE_SUBDIRS}. etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/README.md b/etc/README.md
index bfe679de..6f0c5bc0 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -501,6 +501,7 @@ VERSION`` and/or ``URLS_GIT``, respectively.
| BUILD_STEPS_DISABLE | List of build steps to disable during package build |
| BUILD_TYPE | Cross-compiled toolchain (``cross``,) host (``host``,) or cross-compiled package (``native``) build type |
| CC | Command- or pathname of toolchain C compiler ``cc(1)`` |
+| CFLAGS_BUILD | C compiler flags during package ``make(1)`` build |
| CFLAGS_BUILD_EXTRA | Additional C compiler flags during package ``make(1)`` build |
| CFLAGS_CONFIGURE | C compiler flags during package (GNU autotools or similar) configuration |
| CFLAGS_CONFIGURE_EXTRA | Additional C compiler flags during package (GNU autotools or similar) configuration |
@@ -533,6 +534,7 @@ VERSION`` and/or ``URLS_GIT``, respectively.
| LDFLAGS_CONFIGURE_EXTRA | Additional linker flags during package (GNU autotools or similar) configuration |
| LIBTOOL | Command- or pathname of ``libtool(1)`` (defaults to ``slibtool``) |
| MAKE | Command line of ``make(1)`` |
+| MAKE_SUBDIRS | List of ``make(1)`` subdirectories to exclusively build |
| MAKEFLAGS_BUILD | List of ``make(1)`` flags during package ``make(1)`` build |
| MAKEFLAGS_BUILD_EXTRA | Additional list of ``make(1)`` flags during package ``make(1)`` build |
| MAKEFLAGS_INSTALL | List of ``make(1)`` flags during package ``make(1)`` installation |