Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2013-07-10 | quieten cpio on Cygwin | Waldemar Brodkorb | |
2011-03-21 | fix compile on Darwin | Waldemar Brodkorb | |
2011-03-16 | fix build on a uclibc based system | Waldemar Brodkorb | |
2011-01-26 | another HOSTCC elimination, thx hudson | Waldemar Brodkorb | |
2011-01-08 | variable name cleanup | Waldemar Brodkorb | |
2011-01-08 | rework and cleanup top level directory creation, avoid some unnecessary rebuils | Waldemar Brodkorb | |
2010-09-28 | macosx compat patches | Waldemar Brodkorb | |
2010-09-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-07-30 | fix compile on Cygwin | Waldemar Brodkorb | |
2010-07-29 | fix basic build on OpenBSD | Waldemar Brodkorb | |
2010-07-29 | remove malloc.h includes, fix FreeBSD compile | Waldemar Brodkorb | |
2010-07-29 | NetBSD portability fixes | Waldemar Brodkorb | |
2010-07-29 | add a cpio implementation to tools directory | Waldemar Brodkorb | |
cpio utility is a mess in point of portability. For example NetBSD cpio implementation does not support userid and groupid changes for the archive. This feature is required for initramfs filesystem targets. This cpio is from the Heirloom project. Fix needed rebuild of tools, when changing targets. |