log include.sh @ 471:a2496e1946d3

age author description
Wed, 12 Nov 2008 09:39:02 -0600 Rob Landley Loosen up amount of memory we restrict gcc to using; newer more bloated gcc versions get unhappy otherwise.
Fri, 31 Oct 2008 03:47:49 -0500 Rob Landley Slightly improved display.
Wed, 29 Oct 2008 21:05:50 -0500 Rob Landley Split function definitions out from include.sh.
Mon, 27 Oct 2008 03:54:05 -0500 Rob Landley Fix cleanup to zap alt-packages properly, and have setupfor set window title bar to the stage name and package name it's building.
Mon, 06 Oct 2008 21:56:53 -0500 Rob Landley Downloading from PREFERRED_MIRROR shouldn't calculate sha1sum twice.
Sun, 28 Sep 2008 05:45:13 -0500 Rob Landley Break config out from include.sh, so environment variables users can edit to affect the build are collected together in one place with nothing else in it.
Thu, 25 Sep 2008 01:21:56 -0500 Rob Landley Implement unstable package download logic, with examples. (Try "USE_UNSTABLE=uClibc,linux ./download.sh" for example.)
Tue, 23 Sep 2008 13:02:18 -0500 Rob Landley Minor cleanups.
Fri, 15 Aug 2008 14:29:14 -0500 Rob Landley Add USE_TOYBOX option (enabled by default), to use toybox commands where
Tue, 12 Aug 2008 02:33:29 -0500 Rob Landley Convert sources/configs/$ARCH files to sources/targets/$ARCH directories.
Wed, 06 Aug 2008 16:26:18 -0500 Rob Landley Document PREFERRED_MIRROR in include.sh
Thu, 10 Jul 2008 09:21:41 -0500 Rob Landley Teach cross-compiler.sh how to produce static binaries when BUILD_STATIC=1
Thu, 10 Jul 2008 03:13:23 -0500 Rob Landley Teach download to fetch from $PREFERRED_MIRROR first, if set.
Sun, 06 Jul 2008 04:51:05 -0500 Rob Landley Make forkbomb.sh --fork work with RECORD_COMMANDS.
Wed, 02 Jul 2008 22:37:41 -0500 Rob Landley Add command logging. Set RECORD_COMMANDS=1 to log every command line run
Tue, 01 Jul 2008 14:42:39 -0500 Rob Landley Reorganize include.sh to put config options at the top, minor cleanups.
Sat, 31 May 2008 19:09:43 -0500 Rob Landley Add timeout to wget, and add another mirror (impactlinux.com) so there's a
Tue, 20 May 2008 03:09:32 -0500 Rob Landley Minor tweak: when build.sh sets PATH to point to $HOSTTOOLS, don't add it again
Wed, 27 Feb 2008 22:32:25 -0600 Rob Landley Break up run-$ARCH.sh, move more temp files into temp dir, fix deletion logic.
Thu, 21 Feb 2008 04:47:54 -0600 Rob Landley Redo the $CLEANUP logic to a cleanup function in include.sh (meaning if a
Fri, 01 Feb 2008 05:43:51 -0600 Rob Landley Tell distcc an SMP system has 1 more CPU than it actually has.
Thu, 31 Jan 2008 04:05:09 -0600 Rob Landley Make --crosspath work with relative paths.
Thu, 31 Jan 2008 04:00:20 -0600 Rob Landley Teach run-$ARCH.sh to understand --crosspath to use cross compiler via distcc.
Sun, 27 Jan 2008 22:34:05 -0600 Rob Landley Have qemu boot qemu-init.sh script instead of init=/bin/bash directly.
Fri, 25 Jan 2008 03:10:11 -0600 Rob Landley Minor clarification.
Tue, 01 Jan 2008 17:53:33 -0600 Rob Landley Ok, the non-sed -r version is noticeably uglier than my first guess at it.
Tue, 01 Jan 2008 15:03:11 -0600 Rob Landley Fix include.sh to consistently use noversion, and rephrase the sed invocation
Tue, 01 Jan 2008 03:03:21 -0600 Rob Landley Minor tweaks: one error check was missed, use hard links instead of
Mon, 05 Nov 2007 02:48:02 -0600 Rob Landley Properly detect a short sha1list during tarball extraction (I.E. notice if
Sun, 04 Nov 2007 15:46:44 -0600 Rob Landley The gcc-min-heapsize parameter slows x86-64 gcc down by an order of
Sat, 03 Nov 2007 21:00:38 -0500 Rob Landley Notice when patch isn't installed and abort properly.
Tue, 30 Oct 2007 05:42:21 -0500 Rob Landley Fix the path to calculate the tarball sha1sum, use the sha1file function more
Tue, 30 Oct 2007 03:49:48 -0500 Rob Landley Teach extract to check patch files for changes, not just tarballs.
Wed, 19 Sep 2007 18:52:56 -0500 Rob Landley Be smarter about extracting tarballs: extract one copy of each tarball
Tue, 18 Sep 2007 15:10:13 -0500 Rob Landley The "caller" built-in isn't available in bash 2.x.
Sun, 09 Sep 2007 03:42:28 -0500 Rob Landley Make sure the patches are sorted even if the filesystem doesn't do it for us.
Sat, 08 Sep 2007 21:35:21 -0500 Rob Landley Allow host to be overridden (to build on MacOS X).
Tue, 04 Sep 2007 01:12:20 -0500 Rob Landley Slightly better debug info: show sha1sum of file when none to compare against.
Thu, 05 Jul 2007 15:08:59 -0400 Rob Landley Comment one of the non-obvious (and optional) bits.
Wed, 04 Jul 2007 18:42:42 -0400 Rob Landley Note which patch is being applied, in case it doesn't.
Tue, 26 Jun 2007 17:51:14 -0400 Rob Landley Autodetect number of processors and feed appropriate -j to make.
Mon, 18 Jun 2007 00:37:54 -0400 Rob Landley Add better debug info to a status report, and stop fighting ubuntu so much
Thu, 10 May 2007 23:40:04 -0400 Rob Landley Suggestion from Ben Stoltz to improve diagnostic output.
Wed, 18 Apr 2007 02:17:21 -0400 Rob Landley Mike released an actual uClibc 0.9.29-rc1 (even though it's named weird), so
Fri, 13 Apr 2007 13:14:36 -0400 Rob Landley Point uClibc at the 0.9.29-pre1 I just uploaded, teach include.sh about
Mon, 09 Apr 2007 12:09:40 -0400 Rob Landley Put zImage-$ARCH in build directory, not mini-native-$ARCH, and eliminate 0.2.1
Sat, 31 Mar 2007 12:42:36 -0400 Rob Landley Remove redundant $PATH element pointed out by George Boudreau.
Mon, 26 Mar 2007 18:44:16 -0400 Rob Landley Installing bash but not using it. Yeah, there's a political agenda at work
Tue, 06 Mar 2007 15:08:27 -0500 Rob Landley Set PATH for run-mini-native.sh and add more obvious arch display info when 0.2.0
Mon, 05 Mar 2007 19:00:22 -0500 Rob Landley According to http://hostingfu.com/article/compiling-with-gcc-on-low-memory-vps
Sun, 04 Mar 2007 16:15:58 -0500 Rob Landley Make host-tools not rebuild stuff that's already there, fix yet more corner
Wed, 28 Feb 2007 19:44:27 -0500 Rob Landley Help text tweak.
Sat, 24 Feb 2007 20:33:02 -0500 Rob Landley Build uClibc's readelf and ldd by hand to work around inadequate cross-compile
Fri, 23 Feb 2007 15:27:51 -0500 Rob Landley Build User Mode Linux and have that do the ext2 packaging (for now, anyway).
Wed, 14 Feb 2007 16:30:53 -0500 Rob Landley Have to make the include directory before we can put config files in it.
Mon, 12 Feb 2007 13:21:33 -0500 Rob Landley Add a third mirror, with older versions.
Thu, 01 Feb 2007 16:30:17 -0500 Rob Landley Make host-tools.sh work when run standalone.
Thu, 01 Feb 2007 00:37:50 -0500 Rob Landley Delete output directories on re-run, teach build to log and build multiple
Fri, 26 Jan 2007 11:56:09 -0500 Rob Landley Apparently binutils/gcc got fixed sometime since the 3.1 days...
Thu, 11 Jan 2007 12:13:11 -0500 Rob Landley Upgrade some packages, and other cleanups.