summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Remove documentation for FEATURES=preserve-libs since it's not supported in ↵Zac Medico2010-09-151-4/+0
| | | | the stable branch.
* Bug #336338 - Document FEATURES=candy.Zac Medico2010-09-071-0/+4
|
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-0/+10
| | | | | | PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases.
* Bug #326561 - Implement FEATURES=unknown-features-filter. This is notZac Medico2010-08-301-0/+3
| | | | | enabled by default now, but it may be in the future, depending on feedback from unknown-features-warn.
* Replace the literal portage version in all man page headers with theZac Medico2010-08-301-1/+1
| | | | | | string 'VERSION' which can be used as a sed template at install time. This will help avoid lots of merge conflicts since these header lines contain both a date and a portage version.
* Bug #334817 - Make the make.conf.5 man page document the fact thatZac Medico2010-08-271-4/+7
| | | | /etc/portage/make.conf overrides /etc/make.conf.
* Add ebuild(1) support for FEATURES=digest.Zac Medico2010-08-251-2/+2
|
* Mention repoman support in the FEATURES=digest docs.Zac Medico2010-08-251-1/+2
|
* * By default, disable the calc_prelink parameter to perform_md5() forZac Medico2010-08-211-0/+7
| | | | | merge and unmerge. * Add FEATURES=prelink-checksums in order to trigger the old behavior.
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-0/+6
| | | | | | | all build logs to be compressed while they are being written. Log file names have an extension that is appropriate for the compression type. Currently, only gzip(1) compression is supported, so build logs will have a '.gz' extension when this feature is enabled.
* Bug #44796 - Add support for /etc/portage/package.env. As documented inZac Medico2010-08-201-0/+3
| | | | | | | | | | | | | | man/portage.5: Per-package environment variable settings. Entries refer to environment files that are placed in the /etc/portage/env/ directory and have the same format as make.conf(5). Format: - comment lines begin with # (no inline comments) - one DEPEND atom per line followed by name(s) of environment file(s) Example: sys-libs/glibc glibc.conf
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-2/+2
| | | | /usr/share/portage/config/ instead of /etc/make.globals.
* Add support for /etc/portage/make.conf. If present, this file willZac Medico2010-08-151-2/+2
| | | | override settings from /etc/make.conf.
* Fix description of FEATURES=fixlafiles.Zac Medico2010-07-251-1/+1
|
* FEATURES: Rename lafilefixing -> fixlafilesSebastian Luther2010-07-251-1/+1
|
* Bug #328099 - Adjust ccache documentationSebastian Luther2010-07-131-2/+6
|
* warn that ccache can trigger compilation failureSebastian Luther2010-07-121-1/+4
|
* Let emerge fix .la filesSebastian Luther2010-07-121-0/+4
| | | | | Triggered by FEATURES="lafilefixing" (enabled by default) Includes a QA warning for invalid .la files.
* Add FEATURES=unknown-features-warn, so the the warning about unknown FEATURESZac Medico2010-07-111-0/+3
| | | | values can be disabled.
* GLEP 55 removalDaniel Robbins2010-07-061-5/+0
|
* make.conf(5): document LDFLAGS with a warning, explain the different between ↵Nathan Phillip Brink2010-06-101-1/+15
| | | | C and CXX FLAGS. Thanks to few and abcd.
* Bug #317921 - Fix spelling of "variable".Zac Medico2010-04-301-1/+1
|
* Fix typo.Zac Medico2010-03-191-1/+1
| | | | svn path=/main/trunk/; revision=15835
* Note that PORTAGE_SYNC_STALE=0 will disable warnings.Zac Medico2010-03-081-1/+1
| | | | svn path=/main/trunk/; revision=15757
* Produce a warning message if the timestamp of the portage tree is more thanZac Medico2010-03-081-0/+6
| | | | | | | 30 days old, and make it adjustable via the PORTAGE_SYNC_STALE variable. Thanks to Ned Ludd <solar@g.o> for the most of this code. svn path=/main/trunk/; revision=15756
* Fix type in CLEAN_DELAY docs.Zac Medico2010-02-161-1/+2
| | | | svn path=/main/trunk/; revision=15361
* Make split-elog bold.Zac Medico2009-11-071-1/+1
| | | | svn path=/main/trunk/; revision=14803
* Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES.Zac Medico2009-10-141-0/+18
| | | | svn path=/main/trunk/; revision=14601
* Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs.Zac Medico2009-10-121-2/+9
| | | | svn path=/main/trunk/; revision=14591
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-091-0/+9
| | | | | | | and elog mod_save logs into category subdirectories. Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14532
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-091-1/+1
| | | | | | URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
* Fix typo in FEATURES=news docs. Thanks to Jonathan Callen <en.ABCD@gmail.com>Zac Medico2009-10-081-1/+1
| | | | | | for this patch. svn path=/main/trunk/; revision=14519
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-071-0/+7
| | | | | | up temp files on tmpfs after build failures with --keep-going. svn path=/main/trunk/; revision=14517
* Add a new --accept-properties option so that users can temporarily overrideZac Medico2009-10-061-1/+3
| | | | | | | | | | | ACCEPT_PROPERTIES on the commandline, without relying on emerge's legacy behavior of allowing variables to leak in from the calling environment. A typical usage example for this option would be to use --accept-properties=-interactive to temporarily mask interactive packages. With default configuration, this would result in an effective ACCEPT_PROPERTIES value of "* -interactive". svn path=/main/trunk/; revision=14501
* Enable FEATURES=news by default and document it.Zac Medico2009-10-051-0/+4
| | | | svn path=/main/trunk/; revision=14498
* Document ACCEPT_PROPERTIES and package.properties.Zac Medico2009-09-061-0/+6
| | | | svn path=/main/trunk/; revision=14206
* Document ACCEPT_LICENSE and package.license.Zac Medico2009-09-061-0/+5
| | | | svn path=/main/trunk/; revision=14205
* FEATURES=unmerge-logsZac Medico2009-07-201-0/+4
| | | | | | | | | Keep logs from successful unmerge phases. This is relevant only when PORT_LOGDIR is set. Thanks to Diego Pettenò <flameeyes@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=13844
* Add a EMERGE_LOG_DIR variable to control the location of emerge.log andZac Medico2009-06-181-0/+5
| | | | | | | emerge-fetch.log. This was requested by Eitan Mosenkis <eitan@mosenkis.net> for use in his 'online image builder' soc project. svn path=/main/trunk/; revision=13652
* Document FEATURES=python-trace.Zac Medico2009-06-131-0/+4
| | | | svn path=/main/trunk/; revision=13638
* Bug #273020 - Document FEATURES=multilib-strict. Thanks to Samuli SuominenZac Medico2009-06-131-0/+7
| | | | | | <ssuominen@gentoo.org> for the patch. svn path=/main/trunk/; revision=13637
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-241-0/+5
| | | | | | experimental purposes and should not be enabled under normal circumstances. svn path=/main/trunk/; revision=13175
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-231-0/+5
| | | | | | | | except that the EAPI is parsed from the head of the ebuild (first 30 lines). This feature is only intended for experimental purposes and should not be enabled under normal circumstances. svn path=/main/trunk/; revision=13173
* ACCEPT_CHOSTS applies to unbuilt ebuild now (not just binary packages).Zac Medico2009-03-031-1/+1
| | | | svn path=/main/trunk/; revision=12743
* Add a cross reference from FEATURES=lmirror docs to the "local" mirror docsZac Medico2009-02-201-0/+3
| | | | | | in portage(5). svn path=/main/trunk/; revision=12664
* Use a new 'usersync' feature to control dropping of privileges for --sync,Zac Medico2009-01-131-0/+4
| | | | | | | since it's fairly common for people to have inconsistent permissions between $PORTDIR and contained files/directories. svn path=/main/trunk/; revision=12496
* Document QA_STRICT_PRESTRIPPED.Zac Medico2008-12-241-0/+4
| | | | svn path=/main/trunk/; revision=12299
* Add a new FEATURES=test-fail-continue value which causes ebuild executionZac Medico2008-12-121-0/+6
| | | | | | | to continue after the test phase has failed. Thanks to Diego Pettenò <flameeyes@g.o> for the suggestion. svn path=/main/trunk/; revision=12214
* Add docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman forZac Medico2008-12-061-0/+10
| | | | | | FEATURES=sign support. Thanks to Petteri Räty <betelgeuse@g.o> for reporting. svn path=/main/trunk/; revision=12168
* Sync with 2.1.6 branch.Zac Medico2008-12-041-2/+2
| | | | svn path=/main/trunk/; revision=12154