mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 20:05:07 -05:00
Fix inconsistency in options in default makepkg.conf
Also add a quick note on how the options are described and used. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
558e045f63
commit
14c768365c
@ -39,6 +39,7 @@ CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -O2 -pipe"
|
|||||||
#########################################################################
|
#########################################################################
|
||||||
#
|
#
|
||||||
# Defaults: BUILDENV=(!fakeroot !distcc color !ccache)
|
# Defaults: BUILDENV=(!fakeroot !distcc color !ccache)
|
||||||
|
# A negated environment option will do the opposite of the comments below.
|
||||||
#
|
#
|
||||||
#-- fakeroot: Allow building packages as a non-root user
|
#-- fakeroot: Allow building packages as a non-root user
|
||||||
#-- distcc: Use the Distributed C/C++/ObjC compiler
|
#-- distcc: Use the Distributed C/C++/ObjC compiler
|
||||||
@ -56,7 +57,8 @@ BUILDENV=(fakeroot !distcc color !ccache)
|
|||||||
# These are default values for the options=() settings
|
# These are default values for the options=() settings
|
||||||
#########################################################################
|
#########################################################################
|
||||||
#
|
#
|
||||||
# Default: OPTIONS=(strip !docs !libtool emptydirs)
|
# Default: OPTIONS=(strip !docs libtool emptydirs)
|
||||||
|
# A negated option will do the opposite of the comments below.
|
||||||
#
|
#
|
||||||
#-- strip: Strip symbols from binaries/libraries
|
#-- strip: Strip symbols from binaries/libraries
|
||||||
#-- docs: Save doc and info directories
|
#-- docs: Save doc and info directories
|
||||||
|
Loading…
Reference in New Issue
Block a user