From 522027077c1d865cac5be24762842441d5748630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Tue, 2 Jun 2020 10:11:10 +0100 Subject: 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. --- etc/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') 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 | -- cgit v1.2.3