log host-tools.sh @ 1839:c8293b3ab81f draft default tip

age author description
Thu, 12 Nov 2015 07:55:05 -0600 Rob Landley Add CROSS_COMPILER_PATH and CC_PREFIX knobs. draft
Mon, 02 Nov 2015 01:14:08 -0600 Rob Landley Deleting sh from build/host each time caused record-commands.sh to rerun, draft
Wed, 10 Jun 2015 11:24:42 -0500 Rob Landley Switch from ash (which #errors building nommu) to hush. draft
Fri, 06 Feb 2015 01:51:54 -0600 Rob Landley Giant redo to put simple-root-filesystem in initmpfs. draft
Thu, 22 Jan 2015 16:25:10 -0600 Rob Landley New kernel needs objdump in the $PATH. draft
Sun, 21 Dec 2014 13:34:34 -0600 Rob Landley When switching record-commands to host-tools after the toybox build, update path to actually log the next few packages. draft
Sun, 17 Aug 2014 18:12:50 -0500 Rob Landley Move hello.c into /src in the root filesystem so the instructions in the README to try building it aren't wrong.
Sun, 17 Aug 2014 13:00:20 -0500 Rob Landley Fix parallel (NOP) host-tools.sh calls.
Fri, 15 Aug 2014 17:45:17 -0500 Rob Landley Don't rebuild record-commands directory if build/host didn't change.
Sun, 20 Apr 2014 22:01:07 -0500 Rob Landley Only rebuild record-commands if host-tools built stuff, otherwise parallel builds fight. 1.2.7
Thu, 03 Apr 2014 06:01:11 -0500 Rob Landley Make host-tools.sh update the record-commands wrapper so we can log the distcc, genext2fs, e2fsprogs, and mksquashfs builds.
Sun, 17 Feb 2013 22:25:00 -0600 Rob Landley Lots of small improvements: check for toybox instead of busybox for host-tools $PATH adjustment, better manifest generation (with toybox in list), make package_cache function to find extracted source (so root-image.sh works when packages contains linux-git snapshot), fix more/record-commands.sh path adjustment.
Tue, 30 Oct 2012 19:55:35 -0500 Rob Landley Remove USE_ALT option, I have a better idea (upcoming patch).
Thu, 06 Sep 2012 05:11:25 -0500 Rob Landley Make busybox build by default, switch override knob to BUSYBOX=1 to use defconfig busybox, always use toybox for oneit, cleanup/fix record-commands logic.
Wed, 21 Mar 2012 17:47:20 -0500 Rob Landley Another attempt to make more/record-commands.sh and host-tools.sh play together.
Sun, 01 Jan 2012 05:04:32 -0600 Rob Landley Add ability to build toybox.
Sun, 22 May 2011 04:18:30 -0500 Rob Landley Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
Thu, 21 Oct 2010 19:09:51 -0500 Rob Landley Update squashfs and kernel to current versions.
Tue, 24 Aug 2010 03:08:47 -0500 Rob Landley Remove toybox.
Tue, 22 Jun 2010 17:49:03 -0500 Rob Landley Add HOST_EXTRA. Using it is a horrible idea, please don't.
Sat, 19 Jun 2010 16:44:49 -0500 Rob Landley Lots of comment updates. Add a NO_HOST_TOOLS=1 config option, and a few "time" calls to stages that didn't have them. Put native-compiler.sh after root-filesystem.sh in build so it's slightly easier to document.
Sun, 06 Jun 2010 22:51:48 -0500 Rob Landley The work directory gets blanked each time so it's still not SMP safe, use $STAGE_DIR for the static probe instead.
Sun, 06 Jun 2010 12:01:23 -0500 Rob Landley Need to build a separate "hello" for each process, or buildall.sh dies with conflicts.
Tue, 25 May 2010 10:09:49 -0500 Rob Landley Test for static linking capability on the host, and complain if we need it but it isn't there.
Fri, 30 Apr 2010 09:07:36 -0500 Rob Landley Fix the workaround for Ubuntu's newly overcomplicated host toolchain to put the new symlink in the right directory.
Fri, 30 Apr 2010 09:03:06 -0500 Rob Landley Ubuntu 10.04 turned gcc into a perl script wrapper that calls gcc.real, so host-tools.sh has to copy that if it exists. Add some simple error checking the the host toolchain symlinking while we're at it.
Thu, 01 Apr 2010 02:39:54 -0500 Rob Landley Build zlib for squashfs, so we don't depend on the host having it.
Mon, 29 Mar 2010 07:48:57 -0500 Rob Landley Always make mke2fs, run-from-build.sh can't make hdb.img otherwise. 0.9.11
Thu, 18 Mar 2010 02:20:23 -0500 Rob Landley Comment tweak.
Sun, 13 Dec 2009 00:13:09 -0600 Rob Landley Have host-tools.sh only make e2fs or squashfs tools if we need them.