Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-08-24 | grub: rdepend on diffutils to get 'cmp' command needed by grub-install | Marcin Juszkiewicz | 1 | |
2007-02-18 | grub: fix SECTION, sanitize, separate out -doc package. Closes 1838. | Rolf Leggewie | 1 | |
2006-11-18 | Micro-Optimisation decreasing initial parsing time by 10% | Holger Freyther | 1 | |
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces | ||||
2006-04-28 | * new grub version 0.97 built and tested | Marcin Juszkiewicz | 1 | |
* create a /boot/grub symlink so stage_1.5 and stage_2 files can be found by bootloader - close #863 |