diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-23 19:51:24 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-23 19:51:24 +0000 |
commit | c94bfbaba3b9ec57ec4082b3476b2a34aa0b9a29 (patch) | |
tree | 3a6fa026409de727a53214a0e84250d8a0e91d96 /doc/makepkg.8 | |
parent | b3b773dcc5db9e2dc1f26f493e28158c3ccea688 (diff) | |
download | 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.8')
-rw-r--r-- | doc/makepkg.8 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/makepkg.8 b/doc/makepkg.8 index 1a0a4eb5..22a39b47 100644 --- a/doc/makepkg.8 +++ b/doc/makepkg.8 @@ -32,10 +32,6 @@ build-time or run-time dependencies, it will look for the dependencies' them it will call \fBmakepkg\fP to build and install the missing dependencies. The child calls will be made with the \fB-b\fP and \fB-i\fP options. .TP -.B \-B, --noccache -Disable the use of \fBccache\fP during build (useful for select packages that -have problems with \fBccache\fP). -.TP .B \-c, --clean Clean up leftover work files and directories after a successful build. .TP @@ -72,10 +68,6 @@ Output syntax and command line options. .B \-i, --install Install or upgrade the package after a successful build using \fBpacman\fP. .TP -.B \-j \fIjobs\fP -Sets MAKEFLAGS="-j\fIjobs\fP" before building the package. This is useful for -overriding the \fIMAKEFLAGS\fP setting in \fBmakepkg.conf\fP. -.TP .B \-m, --nocolor Disable color in output messages. .TP |