From c94bfbaba3b9ec57ec4082b3476b2a34aa0b9a29 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 23 Feb 2007 19:51:24 +0000 Subject: Implementing feature request: * 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. --- doc/makepkg.conf.5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/makepkg.conf.5') 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" -- cgit v1.2.3-24-g4f1b