summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-09-03 12:44:24 +1000
committerAllan McRae <allan@archlinux.org>2020-09-03 12:44:24 +1000
commitf235cea7330ec0ceb98c9474e7a8ea7fd27a3df2 (patch)
treeaf223f42a2bf012fb7396b7f1d04a917bae9b302
parentf53ac85ff6cd2f74f8157f23a5e21650cd17f372 (diff)
downloadpacman-f235cea7330ec0ceb98c9474e7a8ea7fd27a3df2.tar.gz
pacman-f235cea7330ec0ceb98c9474e7a8ea7fd27a3df2.zip
makepkg.conf: Reword "Defaults"
FS#61661 notes that we have a comment "Defaults" value for BUILDENV and OPTIONS but that does not necessarily correspond to what the example makepkg.conf sets. Change the comment to "Makepkg defaults" to indicate this is what makepkg will do unless told otherwise. Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--etc/makepkg.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 1c7988d2..e9582646 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -52,7 +52,7 @@ CHOST="@CHOST@"
# BUILD ENVIRONMENT
#########################################################################
#
-# Defaults: BUILDENV=(!distcc !color !ccache check !sign)
+# Makepkg defaults: BUILDENV=(!distcc !color !ccache check !sign)
# A negated environment option will do the opposite of the comments below.
#
#-- distcc: Use the Distributed C/C++/ObjC compiler
@@ -75,7 +75,7 @@ BUILDENV=(!distcc color !ccache check !sign)
# These are default values for the options=() settings
#########################################################################
#
-# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug)
+# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug)
# A negated option will do the opposite of the comments below.
#
#-- strip: Strip symbols from binaries/libraries