Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-30 | feat: add support for ccache | Joseph Benden | 1 | -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-27 | abuild: build in chroot | Kaarle Ritvanen | 1 | -2/+2 | |
This patch is based on earlier work by Timo Teräs. | |||||
2016-07-23 | default to host gcc's machine for CBUILD | Timo Teräs | 1 | -8/+0 | |
2015-06-04 | abuild: include MAINTAINER in default abuild.conf | Andrew Hills | 1 | -1/+3 | |
For the sake of completeness, include MAINTAINER as well as PACKAGER to provide newapkbuild with comment metadata. | |||||
2014-06-20 | abuild.conf: default to musl | Natanael Copa | 1 | -3/+3 | |
2013-08-01 | abuild.conf: simplify. only set CHOST and let abuild detect the rest | Natanael Copa | 1 | -9/+3 | |
2013-08-01 | abuild: make it configurable what to cleanup and when | Natanael Copa | 1 | -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-14 | abuild.conf: updated comment about PACKAGER/newapkbuild | Matt Smith | 1 | -1/+1 | |
2011-02-09 | Add hints on CARCH/CBUILD for x86_64 and powerpc. | William Pitcock | 1 | -0/+9 | |
2010-11-24 | abuild.conf: set CARCH and CBUILD | Natanael Copa | 1 | -3/+3 | |
2010-11-19 | abuild.conf: add ARCH and minor cleanup | Natanael Copa | 1 | -6/+7 | |
2010-01-07 | abuild.conf: added JOBS variable | Natanael Copa | 1 | -1/+2 | |
makes it easier to support parallel builds on non gnu make system | |||||
2009-01-29 | abuild.conf: added PACKAGER | Natanael Copa | 1 | -0/+4 | |
2009-01-22 | abuild: added REPODEST | Natanael Copa | 1 | -1/+3 | |
This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST. | |||||
2008-11-27 | remove -fPIC from CFLAGS. added comments for SRC/PKGDEST | Natanael Copa | 1 | -1/+8 | |
2008-11-13 | fix bug in abuild cleanpkg. set default CHOST | Natanael Copa | 1 | -1/+3 | |
2008-11-08 | use colors on messages | Linux User | 1 | -0/+3 | |
2008-10-22 | fixed faulty gcc flag. export MAKEFLAGS | Natanael Copa | 1 | -2/+2 | |
2008-10-18 | initial commit | Natanael Copa | 1 | -0/+6 | |