summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap.sh: remove make.conf backup codeZac Medico2011-07-141-21/+5
| | | | | | This code was intended to make backups of make.conf and variables it contained, but the code to overwrite make.conf no longer exists. Therefore, there's no reason to backup make.conf or its variables.
* Reverted Zac's patch from bug 113298 as sys-apps/shadow is now part of ↵Jorge Manuel B. S. Vicetto2011-07-141-5/+3
| | | | packages.build.
* Applied Zac's path in bug 113298 to get stages building again.Jorge Manuel B. S. Vicetto2011-05-201-3/+5
|
* Bug #273660 - Add a --quiet option for bootstrap.sh. Thanks to Alexandre ↵Zac Medico2010-09-111-2/+4
| | | | Nuno Milheiro <nunomilheiro@gmail.com> for this patch.
* Fix python syntax for python 3 compatibility.Zac Medico2009-09-251-4/+4
|
* Fix portage.settings.packages code for compatibility with unicode strings.Zac Medico2009-08-061-3/+3
|
* convert virtual/baselayout to sys-apps/baselayoutMike Frysinger2008-03-301-3/+3
|
* Added bindist to the list of allowed USE flags for bootstrap. I am unaware ↵Chris Gianelloni2007-08-311-2/+5
| | | | of any packages in bootstrap that use this USE flag, but it should be allowed, anyway.
* Remove mips-specific lines that force mips-headers. mips uses linux-headers ↵Joshua Kinard2007-05-141-25/+11
| | | | from now on, and bootstrap is only ever run in catalyst builds now.
* pull in /etc/profile first before /etc/init.d/functions.sh #176607 by ↵Mike Frysinger2007-05-051-8/+10
| | | | Shvetsov Alexey
* Added patch from Flameeyes to support Gentoo/FreeBSD with the normal ↵Chris Gianelloni2006-10-071-4/+8
| | | | bootstrap.sh script. Closing bug #150353.
* Remove deprecation messages by using --clean and --prune. Blame ian.Chris Gianelloni2006-07-061-4/+4
|
* Remove the 'read' as it breaks catalyst builds.Chris Gianelloni2006-03-201-3/+2
|
* Added patch from kumba to use mips-headers for mips and nptl.Chris Gianelloni2006-01-271-10/+26
|
* Added patches from myself and vapier to ensure --oneshot use, purge old gcc ↵Chris Gianelloni2006-01-271-20/+38
| | | | versions, and also to close bug #120305.
* Removed wildcards as they are not necessary. Closing bug #114222.Chris Gianelloni2005-12-021-3/+3
|
* no need to call portageq 15 times in a row while [[ (1/3) Configuring ↵Ned Ludd2005-11-201-10/+6
| | | | environment ]] when we can express the same thing in a single python statement that we can eval..
* Removed versions from bootstrap output and closing bug #102196.Chris Gianelloni2005-08-151-5/+4
|
* Initial userlocales support in bootstrap.Chris Gianelloni2005-06-221-2/+5
|
* since best_version returns a cat/pkg-ver atom, we need a relational operator ↵Mike Frysinger2005-05-161-3/+3
| | | | #92760
* New bootstrap.sh script for 2005.0 and beyondChris Gianelloni2005-03-281-85/+74
|
* Revert -e as it is superceded by bootstrap-new.shChris Gianelloni2005-02-031-3/+3
|
* Bootstrap.sh now recompiles the toolchain once. This will keep bootstrap ↵Chris Gianelloni2005-01-211-4/+4
| | | | from breaking on the new 2005.0 stages, but will mean more compiling for the users. A better version of this script will be added before 2005.0 is released.
* dont announce a resume if there isnt one yet ;)Mike Frysinger2005-01-161-4/+4
|
* add --version and more verbose featuresMike Frysinger2005-01-141-15/+32
|
* abort if user gives us bogus arguements #77107Mike Frysinger2005-01-081-10/+17
|
* set GENTOO_VERS and give the user a little progress infoMike Frysinger2004-12-231-3/+15
|
* bashify this puppy and use portageq for more thingsMike Frysinger2004-12-231-44/+38
|
* if USE=nptl, try to merge 2.6 headers for the user #61198Mike Frysinger2004-12-231-2/+6
|
* -n does not work correctly with unsetNed Ludd2004-11-271-2/+4
|
* touch up the help message #72331 by Aaron WalkerMike Frysinger2004-11-241-2/+2
|
* fix typo reported by Markus KobelMike Frysinger2004-11-231-2/+2
|
* resume support by compnerdMike Frysinger2004-11-231-14/+58
|
* add --tree option from compnerdMike Frysinger2004-11-231-3/+6
|
* Removing depracated bootstrap-2.6.sh and bootstrap.sh. Renaming ↵Chris Gianelloni2004-10-221-148/+161
| | | | bootstrap-cascade.sh to bootstrap.sh. So let it be written. So let it be done.
* dont let users shoot themselvesMike Frysinger2004-08-181-4/+10
|
* copyright updateMike Frysinger2004-08-131-3/+3
|
* buh bye virtual/glibcMike Frysinger2004-06-251-2/+2
|
* uClibc bootstrap tweaksNed Ludd2004-06-151-1/+3
|
* update copyright years #46820Mike Frysinger2004-04-061-3/+3
|
* Add the proper comment for bug #32140. Move the gcc-config stuffMartin Schlemmer2003-11-011-45/+51
| | | | back to where they should be - after gcc is merged.
* clean after binutils to address bug 32140Robert Coie2003-10-311-2/+15
|
* rac email typo fixDaniel Robbins2003-10-301-2/+2
|
* broke emerge line into two parts to potentially fix this issue:Daniel Robbins2003-10-301-2/+18
| | | | | "undefined symbol: xmalloc_set_program_name" when merging zlib. See: http://forums.gentoo.org/viewtopic.php?t=100263.
* ACCEPT_KEYWORDS value grab to make experimental bootstraps easier, closes ↵Daniel Robbins2003-08-101-1/+4
| | | | bug #14429
* important typo fixDaniel Robbins2003-06-071-2/+2
|
* added --help/-h and --fetchonly/-f options, closing bug #19521.Daniel Robbins2003-06-061-24/+51
|
* removed references to command-line argsDaniel Robbins2003-06-061-12/+9
|
* added commentsDaniel Robbins2003-06-061-7/+9
|
* New bootstrap.sh that no longer compiles gcc and binutils twice. Should reduceDaniel Robbins2003-06-061-1/+1
| | | | bootstrap times by 20 mins to 2 hours, depending on system.