summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.Zac Medico2006-05-161-0/+3
| | | | svn path=/main/trunk/; revision=3364
* escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373Simon Stelling2006-04-271-1/+1
| | | | svn path=/main/trunk/; revision=3248
* fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; ↵Simon Stelling2006-04-041-9/+2
| | | | | | bug 127614 svn path=/main/trunk/; revision=3070
* fix make.conf indentation per bug 127868; thanks to Paul Varner for the patchSimon Stelling2006-04-041-2/+2
| | | | svn path=/main/trunk/; revision=3069
* move some elog defaults into make.globals, add new vars for mail from and ↵Marius Mauch2006-03-261-1/+13
| | | | | | subject (bug #116637), change default location for mod_save logfiles to PORT_LOGDIR/elog (bug #124165) svn path=/main/trunk/; revision=3014
* make the fallback make.conf more generic by removing x86 specific stuff and ↵Marius Mauch2006-03-191-35/+2
| | | | | | removing CHOST completely svn path=/main/trunk/; revision=2956
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing ↵Marius Mauch2006-03-191-10/+9
| | | | | | RSYNC_ variables, rename RSYNC_RETRIES to PORTAGE_RSYNC_RETRIES svn path=/main/trunk/; revision=2955
* update copyrightsMike Frysinger2006-03-091-1/+1
| | | | svn path=/main/trunk/; revision=2827
* Add some docs for metadata-transfer in make.conf.example and make.conf.5.Zac Medico2006-02-261-0/+3
| | | | svn path=/main/trunk/; revision=2791
* confcache make.conf example...Brian Harring2006-02-031-0/+2
| | | | svn path=/main/trunk/; revision=2634
* Add support for EMERGE_DEFAULT_OPTS configuration variable for settingJason Stubbs2006-01-271-0/+6
| | | | | | options that emerge always considers to be specified. svn path=/main/trunk/; revision=2588
* s/maketest/test/Mike Frysinger2006-01-181-1/+1
| | | | svn path=/main/trunk/; revision=2566
* adress -> address spelling typo.Brian Harring2006-01-051-3/+3
| | | | | | Sidenote, really should remove the 101 files and centralize this damn thing.. svn path=/main/trunk/; revision=2531
* quote vars inside PORTAGE_ELOG_COMMANDMarius Mauch2005-12-191-1/+2
| | | | svn path=/main/trunk/; revision=2409
* use spaces for space aligned text (kind of a duh)Brian Harring2005-12-191-1/+1
| | | | svn path=/main/trunk/; revision=2402
* added parallel-fetch in...Brian Harring2005-12-191-0/+2
| | | | svn path=/main/trunk/; revision=2401
* config additions for elogMarius Mauch2005-11-151-0/+40
| | | | svn path=/main/trunk/; revision=2312
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+319
svn path=/main/branches/2.0/; revision=1941