Translations:Makepkg/55/en
- BUILD ENVIRONMENT
- Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
- A negated environment option will do the opposite of the comments below.
- -- fakeroot: Allow building packages as a non-root user
- -- distcc: Use the Distributed C/C++/ObjC compiler
- -- color: Colorize output messages
- -- ccache: Use ccache to cache compilation
- -- check: Run the check() function if present in the PKGBUILD
- -- sign: Generate PGP signature file
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