From 6547bced933fface8e0f0dde08f0e0fe1777ddf9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 22 Aug 2007 12:35:41 +0000 Subject: - global whitespace trimming --- target/initramfs/initramfs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/initramfs') diff --git a/target/initramfs/initramfs.mk b/target/initramfs/initramfs.mk index 8dd75b5a5..5476b23cb 100644 --- a/target/initramfs/initramfs.mk +++ b/target/initramfs/initramfs.mk @@ -1,7 +1,7 @@ ############################################################# # # Make a initramfs_list file to be used by gen_init_cpio -# gen_init_cpio is part of the 2.6 linux kernels to build an +# gen_init_cpio is part of the 2.6 linux kernels to build an # initial ramdisk filesystem based on cpio # ############################################################# @@ -31,7 +31,7 @@ endif # Use fakeroot to pretend to create all needed device nodes echo "$(STAGING_DIR)/bin/makedevs -d $(TARGET_DEVICE_TABLE) $(TARGET_DIR)" \ >> $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(TAR_TARGET)) - # Use fakeroot so gen_initramfs_list.sh believes the previous fakery + # Use fakeroot so gen_initramfs_list.sh believes the previous fakery echo "$(CONFIG_SHELL) target/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $(INITRAMFS_TARGET)" \ >> $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(TAR_TARGET)) chmod a+x $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(TAR_TARGET)) -- cgit v1.2.3