log sources/toys/dev-environment.sh @ 1735:34f7ca02767c draft

age author description
Sun, 15 Feb 2015 17:39:12 -0600 Rob Landley Fix distccd launch. draft
Fri, 06 Feb 2015 01:51:54 -0600 Rob Landley Giant redo to put simple-root-filesystem in initmpfs. draft
Thu, 11 Jul 2013 00:29:06 -0500 Rob Landley No point using $[ ] when it's just a synonym for posix $(( ))
Wed, 29 Aug 2012 21:52:23 -0500 Rob Landley Comment tweaks, and make run-emulator.sh use bash.
Wed, 14 Sep 2011 13:09:22 -0500 Rob Landley Hardwire CPUS=3 in dev-environment.sh distcc support until scalability limits addressed.
Sun, 03 Apr 2011 15:05:11 -0500 Rob Landley Factor out make-hdb.sh from dev-environment.sh.
Thu, 05 Aug 2010 12:08:25 -0500 Rob Landley Apparently gentoo has mke2fs in a normal user's path, but not tune2fs. Sigh.
Fri, 14 May 2010 01:28:02 -0500 Rob Landley Add native-build.sh to system-image (it takes only one argument now, the build control system image file). Make system-image.sh script processing understand an INCLUDE syntax to insert unique-port, and trim the unique-port comment to something less distracting.
Tue, 16 Mar 2010 03:58:43 -0500 Rob Landley Finish previous commit: fix HDB and HDC and make run_emulator() a function. (And finally, if you say DEBUG=1 you get the emulator command output! Yay!)
Mon, 15 Mar 2010 06:01:36 -0500 Rob Landley Move distcc setup to dev-environment.sh. Fix bug where CPUS wasn't defined if distcc wasn't being used (leading to make -j with no limit, and OOM conditions in the emulated system). base sources/toys/run-emulator.sh@905d1dc50180