- fix indentation

This commit is contained in:
Bernhard Reutner-Fischer 2006-11-22 19:58:35 +00:00
parent 5577825bd2
commit 8862d9b9ad

View File

@ -7,7 +7,7 @@
CPIO_TARGET:=$(IMAGE).cpio
cpioroot-init:
ln -s sbin/init $(TARGET_DIR)/init
ln -s sbin/init $(TARGET_DIR)/init
cpioroot: host-fakeroot makedevs cpioroot-init
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;