summaryrefslogtreecommitdiff
path: root/abuild.conf
AgeCommit message (Collapse)AuthorFilesLines
2019-09-30feat: add support for ccacheJoseph Benden1-0/+3
This introduces basic support for ccache, during packaging builds. If you are building many packages, it is recommended to manually increase the maximum size of the ccache cache. This is typically achieved by modifying `~/.ccache/ccache.conf` and adjusting the `max_size` setting. Signed-off-by: Joseph Benden <joe@benden.us>
2017-06-27abuild: build in chrootKaarle Ritvanen1-2/+2
This patch is based on earlier work by Timo Teräs.
2016-07-23default to host gcc's machine for CBUILDTimo Teräs1-8/+0
2015-06-04abuild: include MAINTAINER in default abuild.confAndrew Hills1-1/+3
For the sake of completeness, include MAINTAINER as well as PACKAGER to provide newapkbuild with comment metadata.
2014-06-20abuild.conf: default to muslNatanael Copa1-3/+3
2013-08-01abuild.conf: simplify. only set CHOST and let abuild detect the restNatanael Copa1-9/+3
2013-08-01abuild: make it configurable what to cleanup and whenNatanael Copa1-1/+6
allow user specify if they want uninstall deps, remove srcdir and/or pkgdir on failure or success. We introduce CLEANUP and ERROR_CLEANUP config options in /etc/abuild.conf. Valid values are: pkgdir srcdir deps.
2011-04-14abuild.conf: updated comment about PACKAGER/newapkbuildMatt Smith1-1/+1
2011-02-09Add hints on CARCH/CBUILD for x86_64 and powerpc.William Pitcock1-0/+9
2010-11-24abuild.conf: set CARCH and CBUILDNatanael Copa1-3/+3
2010-11-19abuild.conf: add ARCH and minor cleanupNatanael Copa1-6/+7
2010-01-07abuild.conf: added JOBS variableNatanael Copa1-1/+2
makes it easier to support parallel builds on non gnu make system
2009-01-29abuild.conf: added PACKAGERNatanael Copa1-0/+4
2009-01-22abuild: added REPODESTNatanael Copa1-1/+3
This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST.
2008-11-27remove -fPIC from CFLAGS. added comments for SRC/PKGDESTNatanael Copa1-1/+8
2008-11-13fix bug in abuild cleanpkg. set default CHOSTNatanael Copa1-1/+3
2008-11-08use colors on messagesLinux User1-0/+3
2008-10-22fixed faulty gcc flag. export MAKEFLAGSNatanael Copa1-2/+2
2008-10-18initial commitNatanael Copa1-0/+6