From 481fa274a6754113f5f6c2eaa6055525a0b0d6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Tue, 21 Mar 2023 11:12:27 +0100 Subject: etc/README.md: updated. --- etc/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/README.md b/etc/README.md index 4fb0855a..4267fb0a 100644 --- a/etc/README.md +++ b/etc/README.md @@ -759,10 +759,10 @@ VERSION`` and/or ``URLS_GIT``, respectively. | LDFLAGS_CONFIGURE | FlagLine | Linker flags during package (GNU autotools in implementation and/or interface) configuration | | LIBTOOL | CmdName | ``libtool(1)`` implementation (defaults to ``slibtool``) | | MAKE | CmdLine | Command line of ``make(1)`` | -| MAKEFLAGS_BUILD_EXTRA | FlagLine | Additional ``make(1)`` flags during package ``make(1)`` build | -| MAKEFLAGS_BUILD | FlagLine | ``make(1)`` flags during package ``make(1)`` build | -| MAKEFLAGS_INSTALL_EXTRA | FlagLine | ``make(1)`` flags during package ``make(1)`` installation | -| MAKEFLAGS_INSTALL | FlagLine | ``make(1)`` flags during package ``make(1)`` installation | +| MAKEFLAGS_BUILD_EXTRA | FlagLine | Additional ``make(1)`` flags during package ``make(1)`` build; subject to field splitting w/ ``:`` | +| MAKEFLAGS_BUILD | FlagLine | ``make(1)`` flags during package ``make(1)`` build; subject to field splitting w/ ``:`` | +| MAKEFLAGS_INSTALL_EXTRA | FlagLine | ``make(1)`` flags during package ``make(1)`` installation; subject to field splitting w/ ``:`` | +| MAKEFLAGS_INSTALL | FlagLine | ``make(1)`` flags during package ``make(1)`` installation; subject to field splitting w/ ``:`` | | MAKEFLAGS_VERBOSITY | String | Variable-value pair to pass to ``make(1)`` in order to force echo-back of command lines prior to execution | | MAKE_INSTALL_VNAME | String | Variable name of ``make(1)`` installation destination directory variable during package ``make(1)`` installation | | MAKE_SUBDIRS | List( ) | ``make(1)`` subdirectories to exclusively build | -- cgit v1.2.3