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 --- doc/makepkg.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/makepkg.8.txt') diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index e61f7ab3..f15226ac 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -206,6 +206,9 @@ Environment Variables Folder where the downloaded sources will be stored. Overrides the corresponding value defined in linkman:makepkg.conf[5]. +**BUILDDIR=**"/path/to/folder":: + Folder where the package will be built. Overrides the corresponding + value defined in linkman:makepkg.conf[5]. Configuration ------------- -- cgit v1.2.3-24-g4f1b