Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-06 | apply getline() fix from linux kernel | Mike Frysinger | |
2008-12-28 | fix another corner case in unifdef | Denis Vlasenko | |
2008-12-28 | patch up unifdef to recognize and remove "#if defined _LIBC && something" | Denis Vlasenko | |
blocks too (and similar) | |||
2008-04-27 | build system: improve install_headers. | Denis Vlasenko | |
Now it uses dedicated script instead of inline makefile commands, which helps readability. It also installs asm[-generic] and linux subdirs from kernel headers (previously it had to be done separately). Lastly, it passes each uclibc header thru unifdef, which strips #ifdef UCLIBC_INTERNAL conditional from headers. Currently it's a no-op (no such #ifders in tree). The plan is to have libc_hidden_proto(foo) migrated to headers and guard them by these #ifdefs. |