From fd6481d82ff407139157e53df28563d40bb3ad3b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 29 Jul 2010 15:25:12 +0200 Subject: 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. --- tools/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 67b54b096..7c5931319 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,12 +3,11 @@ include $(TOPDIR)/rules.mk -TARGETS:=mkcrypt +TARGETS:=mkcrypt cpio TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) all: install -prepare: compile: install: $(TARGETS_INSTALL) clean: $(TARGETS_CLEAN) -- cgit v1.2.3