summaryrefslogtreecommitdiff
path: root/scripts/cpio
AgeCommit message (Collapse)Author
2010-07-29add a cpio implementation to tools directoryWaldemar 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-29fix for FreeBSDWaldemar Brodkorb
2010-07-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-28fix basic build on FreeBSD host.Waldemar Brodkorb
2010-07-28fix cpio wrapper on Linux hostWaldemar Brodkorb
2010-07-26remove debug codeWaldemar Brodkorb
2010-07-26fixup cpio usage on MacOS X hostWaldemar Brodkorb
2010-07-24hackish fixWaldemar Brodkorb
2010-07-23macos x portability patch for cpioWaldemar Brodkorb
2010-02-16add OpenBSDWaldemar Brodkorb
2010-02-14complete allmodconfig build on NetBSDWaldemar Brodkorb
2010-02-09resolve conflictWaldemar Brodkorb
2010-02-09freebsd cpio is in /usr/binWaldemar Brodkorb
2010-02-09add support for netbsd. just minor fixes needed.wbx
2010-01-30use target-libc combination for all builddirsWaldemar 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.