Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-07-29 | fix for FreeBSD | Waldemar Brodkorb | |
2010-07-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-28 | fix basic build on FreeBSD host. | Waldemar Brodkorb | |
2010-07-28 | fix cpio wrapper on Linux host | Waldemar Brodkorb | |
2010-07-26 | remove debug code | Waldemar Brodkorb | |
2010-07-26 | fixup cpio usage on MacOS X host | Waldemar Brodkorb | |
2010-07-24 | hackish fix | Waldemar Brodkorb | |
2010-07-23 | macos x portability patch for cpio | Waldemar Brodkorb | |
2010-02-16 | add OpenBSD | Waldemar Brodkorb | |
2010-02-14 | complete allmodconfig build on NetBSD | Waldemar Brodkorb | |
2010-02-09 | resolve conflict | Waldemar Brodkorb | |
2010-02-09 | freebsd cpio is in /usr/bin | Waldemar Brodkorb | |
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
2010-01-30 | use target-libc combination for all builddirs | Waldemar Brodkorb | |
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure. |