Translations:Makepkg/55/en

Revision as of 17:53, 7 September 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. BUILD ENVIRONMENT
  2. Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
  3. A negated environment option will do the opposite of the comments below.
  4. -- fakeroot: Allow building packages as a non-root user
  5. -- distcc: Use the Distributed C/C++/ObjC compiler
  6. -- color: Colorize output messages
  7. -- ccache: Use ccache to cache compilation
  8. -- check: Run the check() function if present in the PKGBUILD
  9. -- sign: Generate PGP signature file

BUILDENV=(fakeroot !distcc color !ccache check !sign)

  1. -- If using DistCC, your MAKEFLAGS will also need modification. In addition,
  2. -- specify a space-delimited list of hosts running in the DistCC cluster.
  3. DISTCC_HOSTS=""
  4. -- Specify a directory for package building.
  5. BUILDDIR=/tmp