From: Bernhard Reutner-Fischer Date: Wed, 22 Nov 2006 19:58:35 +0000 (-0000) Subject: - fix indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8862d9b9ad1c728e3c92b6218d7c99382e689d91;p=buildroot.git - fix indentation --- diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk index d85ee34e3b..b98defea34 100644 --- a/target/cpio/cpioroot.mk +++ b/target/cpio/cpioroot.mk @@ -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;