Clarify that build_options only apply during build()
Signed-off-by: Que Quotion <quequotion@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ee5f24e50c
commit
7b15918b65
1 changed files with 4 additions and 4 deletions
|
@ -296,23 +296,23 @@ underscore and the architecture name e.g., 'replaces_x86_64=()'.
|
|||
Compress man and info pages with gzip.
|
||||
|
||||
*ccache*;;
|
||||
Allow the use of ccache during build. More useful in its negative
|
||||
Allow the use of ccache during `build()`. More useful in its negative
|
||||
form `!ccache` with select packages that have problems building
|
||||
with ccache.
|
||||
|
||||
*distcc*;;
|
||||
Allow the use of distcc during build. More useful in its negative
|
||||
Allow the use of distcc during `build()`. More useful in its negative
|
||||
form `!distcc` with select packages that have problems building
|
||||
with distcc.
|
||||
|
||||
*buildflags*;;
|
||||
Allow the use of user-specific buildflags (CPPFLAGS, CFLAGS, CXXFLAGS,
|
||||
LDFLAGS) during build as specified in linkman:makepkg.conf[5]. More
|
||||
LDFLAGS) during `build()` as specified in linkman:makepkg.conf[5]. More
|
||||
useful in its negative form `!buildflags` with select packages that
|
||||
have problems building with custom buildflags.
|
||||
|
||||
*makeflags*;;
|
||||
Allow the use of user-specific makeflags during build as specified
|
||||
Allow the use of user-specific makeflags during `build()` as specified
|
||||
in linkman:makepkg.conf[5]. More useful in its negative form
|
||||
`!makeflags` with select packages that have problems building with
|
||||
custom makeflags such as `-j2` (or higher).
|
||||
|
|
Loading…
Add table
Reference in a new issue