From 508b360c24ddfdb79f66cc14b197988a829b0ecd Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 15 Jun 2011 14:32:42 +1000 Subject: makepkg: allow specifying alternative build directory Add a BUILDDIR variable (which can be overridden in the environment) to specify an alternative location for building the package. This is useful for people who want to build on a different filesystem for improved performance (e.g. tmpfs). Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- etc/makepkg.conf.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 42ae9405..d3b7d3d3 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -54,6 +54,9 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign) #-- If using DistCC, your MAKEFLAGS will also need modification. In addition, #-- specify a space-delimited list of hosts running in the DistCC cluster. #DISTCC_HOSTS="" +# +#-- Specify a directory for package building. +#BUILDDIR=/tmp/makepkg ######################################################################### # GLOBAL PACKAGE OPTIONS -- cgit v1.2.3