Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed wildcards as they are not necessary. Closing bug #114222. | 2005-12-02 | 1 | -3/+3 | |
| | |||||
* | no need to call portageq 15 times in a row while [[ (1/3) Configuring ↵ | 2005-11-20 | 1 | -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. | 2005-08-15 | 1 | -5/+4 | |
| | |||||
* | Initial userlocales support in bootstrap. | 2005-06-22 | 1 | -2/+5 | |
| | |||||
* | since best_version returns a cat/pkg-ver atom, we need a relational operator ↵ | 2005-05-16 | 1 | -3/+3 | |
| | | | | #92760 | ||||
* | New bootstrap.sh script for 2005.0 and beyond | 2005-03-28 | 1 | -85/+74 | |
| | |||||
* | Revert -e as it is superceded by bootstrap-new.sh | 2005-02-03 | 1 | -3/+3 | |
| | |||||
* | Bootstrap.sh now recompiles the toolchain once. This will keep bootstrap ↵ | 2005-01-21 | 1 | -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 ;) | 2005-01-16 | 1 | -4/+4 | |
| | |||||
* | add --version and more verbose features | 2005-01-14 | 1 | -15/+32 | |
| | |||||
* | abort if user gives us bogus arguements #77107 | 2005-01-08 | 1 | -10/+17 | |
| | |||||
* | set GENTOO_VERS and give the user a little progress info | 2004-12-23 | 1 | -3/+15 | |
| | |||||
* | bashify this puppy and use portageq for more things | 2004-12-23 | 1 | -44/+38 | |
| | |||||
* | if USE=nptl, try to merge 2.6 headers for the user #61198 | 2004-12-23 | 1 | -2/+6 | |
| | |||||
* | -n does not work correctly with unset | 2004-11-27 | 1 | -2/+4 | |
| | |||||
* | touch up the help message #72331 by Aaron Walker | 2004-11-24 | 1 | -2/+2 | |
| | |||||
* | fix typo reported by Markus Kobel | 2004-11-23 | 1 | -2/+2 | |
| | |||||
* | resume support by compnerd | 2004-11-23 | 1 | -14/+58 | |
| | |||||
* | add --tree option from compnerd | 2004-11-23 | 1 | -3/+6 | |
| | |||||
* | Removing depracated bootstrap-2.6.sh and bootstrap.sh. Renaming ↵ | 2004-10-22 | 1 | -148/+161 | |
| | | | | bootstrap-cascade.sh to bootstrap.sh. So let it be written. So let it be done. | ||||
* | dont let users shoot themselves | 2004-08-18 | 1 | -4/+10 | |
| | |||||
* | copyright update | 2004-08-13 | 1 | -3/+3 | |
| | |||||
* | buh bye virtual/glibc | 2004-06-25 | 1 | -2/+2 | |
| | |||||
* | uClibc bootstrap tweaks | 2004-06-15 | 1 | -1/+3 | |
| | |||||
* | update copyright years #46820 | 2004-04-06 | 1 | -3/+3 | |
| | |||||
* | Add the proper comment for bug #32140. Move the gcc-config stuff | 2003-11-01 | 1 | -45/+51 | |
| | | | | back to where they should be - after gcc is merged. | ||||
* | clean after binutils to address bug 32140 | 2003-10-31 | 1 | -2/+15 | |
| | |||||
* | rac email typo fix | 2003-10-30 | 1 | -2/+2 | |
| | |||||
* | broke emerge line into two parts to potentially fix this issue: | 2003-10-30 | 1 | -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 ↵ | 2003-08-10 | 1 | -1/+4 | |
| | | | | bug #14429 | ||||
* | important typo fix | 2003-06-07 | 1 | -2/+2 | |
| | |||||
* | added --help/-h and --fetchonly/-f options, closing bug #19521. | 2003-06-06 | 1 | -24/+51 | |
| | |||||
* | removed references to command-line args | 2003-06-06 | 1 | -12/+9 | |
| | |||||
* | added comments | 2003-06-06 | 1 | -7/+9 | |
| | |||||
* | New bootstrap.sh that no longer compiles gcc and binutils twice. Should reduce | 2003-06-06 | 1 | -1/+1 | |
| | | | | bootstrap times by 20 mins to 2 hours, depending on system. | ||||
* | New bootstrap script that no longer compiles gcc and binutils twice, which | 2003-06-06 | 1 | -25/+11 | |
| | | | | | | is unnecessary. Way back in the early days of gentoo, we did this for paranoia. These days, we've learned that this is not particularly helpful. Bootstraps should complete faster now. | ||||
* | added Azarahs stage0 fix | 2003-03-05 | 1 | -11/+13 | |
| | |||||
* | move make.conf.build backup to right place in script to prevent zappage | 2003-02-27 | 1 | -2/+2 | |
| | |||||
* | hopefully fix for stage building | 2003-02-26 | 1 | -2/+3 | |
| | |||||
* | move things around a bit; add header; add check for build or bootstrap in ↵ | 2003-02-24 | 1 | -44/+96 | |
| | | | | use; fix gcc-config stuff | ||||
* | removed --usepkg --buildpkg | 2003-01-23 | 1 | -2/+2 | |
| | |||||
* | close bug 12698 -- don't trap on TSTP to allow ^Z of script (job control) | 2003-01-15 | 1 | -2/+3 | |
| | |||||
* | Updates for my stage-building script. Comments at top. | 2003-01-06 | 1 | -5/+19 | |
| | |||||
* | cosmetic changes | 2002-12-27 | 1 | -5/+6 | |
| | |||||
* | gcc multi scheme updates | 2002-12-16 | 1 | -48/+69 | |
| | |||||
* | Exporting PORTDIR, PKGDIR, DISTDIR, PORTAGE_TMPDIR | 2002-11-13 | 1 | -0/+6 | |
| | |||||
* | Removed extra quotation marks (after 'emerge $myNCURSES'). | 2002-10-24 | 1 | -1/+1 | |
| | |||||
* | fix ncurses-5.3 issues; fix ctrl-c do not restore make.conf | 2002-10-23 | 1 | -3/+25 | |
| | |||||
* | fix bug #7652 | 2002-09-08 | 1 | -0/+3 | |
| | |||||
* | CONFIG_PROTECT changed from "" to "-*" since it's now a cumulative var like ↵ | 2002-07-28 | 1 | -1/+1 | |
| | | | | USE (with Portage 2.0.19) |