Mercurial > hg > aboriginal
log linux-kernel.sh @ 1529:90da269bc09c
age | author | description |
---|---|---|
Sat, 24 Mar 2012 22:33:32 -0500 | Rob Landley | Combining KCONFIG_ALLSYMS=<() sometimes works, but not always. Just use a file. |
Wed, 29 Jun 2011 07:47:05 -0500 | Rob Landley | Fix variant target bug where linux-kernel.sh was using the base architecture name to create the stage tarball. It was both wrong and didn't work when we hadn't built the base architecture yet. |
Sun, 26 Jun 2011 17:44:02 -0500 | Rob Landley | Replace read_arch_dir with load_target, which understands that sources/targets/$TARGET can be a file or a directory. |
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. |
Mon, 18 Apr 2011 18:41:04 -0500 | Rob Landley | Split up system-image.sh into root-image.sh, linux-kernel.sh, and system-image.sh. Rename CROSS_HOST_ARCH to CROSS_COMPILER_HOST. |