summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.conf.5
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-23 20:51:24 +0100
committerDan McGee <dan@archlinux.org>2007-02-23 20:51:24 +0100
commitc94bfbaba3b9ec57ec4082b3476b2a34aa0b9a29 (patch)
tree3a6fa026409de727a53214a0e84250d8a0e91d96 /doc/makepkg.conf.5
parentb3b773dcc5db9e2dc1f26f493e28158c3ccea688 (diff)
downloadpacman-c94bfbaba3b9ec57ec4082b3476b2a34aa0b9a29.tar.gz
pacman-c94bfbaba3b9ec57ec4082b3476b2a34aa0b9a29.tar.xz
Implementing feature request: <http://bugs.archlinux.org/task/4706>
* Added these three possible options (or !options, more likely), to the PKGBUILD possibilities: - ccache - distcc - makeflags * Removed the --noccache and -j flags from makepkg as their functionality is better used by adding the above options to a PKGBUILD- keep the functionality where it is needed. Testing would be appreciated, I didn't do much of that yet.
Diffstat (limited to 'doc/makepkg.conf.5')
-rw-r--r--doc/makepkg.conf.53
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/makepkg.conf.5 b/doc/makepkg.conf.5
index 7b764060..23fc1d1f 100644
--- a/doc/makepkg.conf.5
+++ b/doc/makepkg.conf.5
@@ -68,8 +68,7 @@ Colorize output messages, making output easier to read.
.B ccache
Use ccache to cache compilation by default. This allows for faster compiles if
you are continuously recompiling the same packages. It can be disabled for
-individual packages by passing the \fB-B\fP or \fB--noccache\fP flag to
-\fBmakepkg\fP.
+individual packages by placing \fB!ccache\fP in the \fB\*(PB\fP options array.
.RE
.TP
.B DISTCC_HOSTS="\fIhost1 ...\fP"