From b8b9596b13de957566211b0e1db3e473ed66e147 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 16 Nov 2006 22:43:58 +0000 Subject: Minor makepkg changes - mainly from Daniel McGee --- etc/makepkg.conf.in | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'etc/makepkg.conf.in') diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index a7ddaa0f..73f8956d 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -18,7 +18,7 @@ FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3 --no-ch CARCH="@CARCH@" CHOST="@CHOST@" -#-- Exclusive: will only run on i686 or higher (P6, Athlon) +#-- Exclusive: will only run on @CARCHFLAGS@ CFLAGS="-@MARCHFLAG@=@CARCHFLAGS@ -O2 -pipe" CXXFLAGS="-@MARCHFLAG@=@CARCHFLAGS@ -O2 -pipe" #-- Optimized: will run on any x86, but optimized for i686 @@ -34,22 +34,28 @@ CXXFLAGS="-@MARCHFLAG@=@CARCHFLAGS@ -O2 -pipe" #-- Fakeroot: for building packages as a non-root user USE_FAKEROOT="y" #-- DistCC: a distributed C/C++/ObjC compiler (modify MAKEFLAGS too) -DISTCC="n" +USE_DISTCC="n" #-- A space-delimited list of hosts running in the DistCC cluster DISTCC_HOSTS="" #-- Colorized output messages USE_COLOR="y" +#-- Use ccache when building +USE_CCACHE=0 ######################################################################### # GLOBAL PACKAGE OPTIONS +# These are default values for the options=() settings ######################################################################### # #-- Don't strip symbols from binaries/libraries NOSTRIP=0 #-- Keep doc and info directories KEEPDOCS=0 -#-- Use ccache when building -USE_CCACHE=0 +#-- Don't remove libtool files? +NOLIBTOOL=0 +#-- Don't remove empty directories from package? +NOEMPTYDIRS=0 + ######################################################################### # PACKAGE OUTPUT @@ -62,7 +68,7 @@ USE_CCACHE=0 ######################################################################### # Functionality Configuration -# Most of this will probably not need to be changed by and end user +# Most of this will probably not need to be changed by an end user ######################################################################### # #-- Name of the script which makepkg reads -- cgit v1.2.3-24-g4f1b