summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-29 15:25:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-29 15:25:12 +0200
commitfd6481d82ff407139157e53df28563d40bb3ad3b (patch)
treeed2ae9e08c31d1eed424793272a60c25cdec6c00 /mk/tools.mk
parent14804005d5b33beb6f52d4a72034acb00c00eb90 (diff)
add a cpio implementation to tools directory
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.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index 429e741c2..b91e478fd 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,6 +1,3 @@
-prepare: ${WRKDIST}/.prepared
-configure: ${WRKBUILD}/.configure_done
-compile: $(WRKBUILD)/.compiled
-install: $(WRKBUILD)/.installed
+compile:
clean:
rm -rf $(WRKDIR)