summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
Commit message (Collapse)AuthorAgeFilesLines
* make.conf: example for ACCEPT_LICENSEUlrich Müller2013-01-211-0/+12
|
* make.conf.example: remove obsolete warningZac Medico2013-01-211-2/+1
|
* Prefer /etc/portage/make.profile.v2.2.0_alpha126Zac Medico2012-09-121-1/+1
| | | | | | | | | This is the default location used by current versions of eselect profile, and will soon be the default location in stages. Since eselect profile generates a warning if both /etc/make.profile and /etc/portage/make.profile exist, the new default should be fairly safe (although eselect profile currently prefers /etc/make.profile when both exist).
* elog: enable save_summary:qa by defaultZac Medico2012-08-051-1/+1
| | | | | QA warnings still won't be echoed by default, but they will be saved in summary.log.
* make.conf: clarify -frecord-gcc-switchesZac Medico2012-07-231-1/+2
|
* Use *FLAGS for CFLAGS ignorance checks.Zac Medico2011-12-211-2/+5
| | | | | | | Current *FLAGS variables include CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS. Not that this check is only enabled if every one of these variables contains -frecord-gcc-switches, since otherwise the check could result in false positive results.
* Support checking for ignored CFLAGS using -frecord-gcc-switches.Michał Górny2011-12-211-0/+3
|
* Use 'wget' instead of /usr/bin/wget everywhere.Zac Medico2011-12-081-4/+4
| | | | This reduces the amount of patching needed for prefix installs.
* make.conf: sync PORTAGE_ELOG_SYSTEM exampleZac Medico2011-11-111-1/+1
| | | | | Synchronize the PORTAGE_ELOG_SYSTEM example with the default make.globals setting.
* make.conf.5: fix "direcory" spellingZac Medico2011-03-171-1/+1
| | | | Thanks to Francesco Turco in bug #359273.
* make.conf.example: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-191-1/+10
|
* FETCHCOMMAND: Update comments for wget 3 tries.Zac Medico2010-10-101-5/+5
|
* Bug #339642 - Make --sync try all addresses.Zac Medico2010-10-041-1/+3
|
* Bug #328935 - Document ${ACTION} substitution in PORTAGE_ELOG_MAILSUBJECT.Zac Medico2010-07-201-0/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Add an example for PORTAGE_IONICE_COMMAND. Thanks to Vlastimil BabkaZac Medico2009-04-031-0/+5
| | | | | | <caster@g.o> for the suggestion. svn path=/main/trunk/; revision=13289
* Bug #253745 - Remove collision-protect from the sample FEATURES list sinceZac Medico2009-01-081-1/+1
| | | | | | protect-owned is enabled by default now. svn path=/main/trunk/; revision=12399
* Bug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility.Zac Medico2009-01-081-7/+8
| | | | svn path=/main/trunk/; revision=12398
* Remove the list of FEATURES descriptions from make.conf.example and replaceZac Medico2008-08-011-55/+5
| | | | | | it with a reference to the make.conf(5) man page. svn path=/main/trunk/; revision=11305
* More eblank.Zac Medico2008-06-171-2/+2
| | | | svn path=/main/trunk/; revision=10704
* Add "blank" to the default PORTAGE_ELOG_CLASSES setting.Zac Medico2008-06-171-2/+2
| | | | svn path=/main/trunk/; revision=10681
* Add back the warning for DISTDIR about storing stuff inside PORTDIR.Zac Medico2008-05-111-1/+3
| | | | svn path=/main/trunk/; revision=10291
* Sync make.conf.example with make.conf.5 for bug #220111.Zac Medico2008-05-111-6/+5
| | | | svn path=/main/trunk/; revision=10290
* add preserve-libs info to make.conf.exampleMarius Mauch2008-02-091-0/+3
| | | | svn path=/main/trunk/; revision=9311
* remove unused tmpfs variableMarius Mauch2007-10-151-10/+0
| | | | svn path=/main/trunk/; revision=8128
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ↵Zac Medico2007-07-241-0/+9
| | | | | | but debugedit is not installed. Also document installsources and splitdebug in make.conf.example. svn path=/main/trunk/; revision=7381
* sync MAILSUBJECT in make.conf with make.globalsMarius Mauch2007-07-161-1/+1
| | | | svn path=/main/trunk/; revision=7270
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness.Zac Medico2007-07-011-1/+1
| | | | svn path=/main/trunk/; revision=7114
* For bug #131030, update the warning about potential for emerge --sync ↵Zac Medico2007-07-011-2/+12
| | | | | | overwrite or delete files in ${PORTDIR}. Add references to the PKGDIR and DISTDIR docs. svn path=/main/trunk/; revision=7112
* Remove stray newline.Zac Medico2007-06-111-1/+0
| | | | svn path=/main/trunk/; revision=6810
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-06-111-6/+6
| | | | | | reporting. svn path=/main/trunk/; revision=6808
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ↵Zac Medico2007-05-121-2/+2
| | | | | | automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. svn path=/main/trunk/; revision=6523
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-301-0/+1
| | | | | | | | - add copyright header in elog modules and enable keyword substitution - enable save_summary and echo modules in make.globals svn path=/main/trunk/; revision=6458
* tweak PORT_LOGDIR comments so as to not give the wrong impression about the ↵Mike Frysinger2007-02-131-1/+2
| | | | | | default value svn path=/main/trunk/; revision=5959
* update make.conf.example with per-module filteringMarius Mauch2007-01-181-1/+5
| | | | svn path=/main/trunk/; revision=5708
* make.conf is not a manual so only list common FEATURES #161985Mike Frysinger2007-01-161-29/+4
| | | | svn path=/main/trunk/; revision=5664
* Add 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755)Marius Mauch2007-01-111-6/+9
| | | | svn path=/main/trunk/; revision=5544
* Update CCACHE docs, patch by Ryan Hill (bug #156865)Marius Mauch2007-01-111-8/+19
| | | | svn path=/main/trunk/; revision=5543
* Mention new QA loglevel in make.conf.exampleMarius Mauch2007-01-091-1/+1
| | | | svn path=/main/trunk/; revision=5491
* New elog modules for dismerging messages into a single file/mailMarius Mauch2006-12-191-0/+6
| | | | svn path=/main/trunk/; revision=5325
* For bug #140021, remove autoaddcvs from the docs. Thanks to exg for this patch.Zac Medico2006-10-081-5/+2
| | | | svn path=/main/trunk/; revision=4618
* some INSTALL_MASK docs by compnerdMike Frysinger2006-08-191-0/+5
| | | | svn path=/main/trunk/; revision=4308
* Add a link for "Setting up your own local rsync mirror" as suggested by jkt.Zac Medico2006-07-211-0/+2
| | | | svn path=/main/trunk/; revision=3982
* note that there is the possibility to have a local rsync server; bug 141110Simon Stelling2006-07-201-1/+5
| | | | svn path=/main/trunk/; revision=3966
* add code to allow sendmail binaries to be used instead of a smtp connection ↵Marius Mauch2006-06-101-0/+1
| | | | | | for sending mails svn path=/main/trunk/; revision=3485
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example ↵Zac Medico2006-06-041-1/+1
| | | | | | for bug #135429. svn path=/main/trunk/; revision=3452
* Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 ↵Zac Medico2006-05-281-1/+9
| | | | | | for reporting. svn path=/main/trunk/; revision=3434
* update the wget examples in make.confAlec Warner2006-05-251-4/+4
| | | | svn path=/main/trunk/; revision=3413
* Document userfetch for bug #133975. Thanks to RiverRat for this patch.v2.1_rc2Zac Medico2006-05-231-0/+2
| | | | svn path=/main/trunk/; revision=3392