From b605699f1f365c55d094c47737d3f5f7e38c1f61 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 2 Mar 2010 23:10:49 +0100 Subject: target/: remove the COPYTO mess There's no need to provide options to copy the filesystem image after the build. Just use 'cp' outside of Buildroot. Signed-off-by: Thomas Petazzoni --- target/ubifs/Config.in | 8 -------- target/ubifs/ubifsroot.mk | 5 ----- 2 files changed, 13 deletions(-) (limited to 'target/ubifs') diff --git a/target/ubifs/Config.in b/target/ubifs/Config.in index 1ce1ab018..3222fea7b 100644 --- a/target/ubifs/Config.in +++ b/target/ubifs/Config.in @@ -91,11 +91,3 @@ config BR2_TARGET_ROOTFS_UBIFS_LZMA endchoice -config BR2_TARGET_ROOTFS_UBIFS_COPYTO - string "also copy the image to..." - depends on BR2_TARGET_ROOTFS_UBIFS - default "" - help - Copies the resulting image to a secondary location - like a tftp server's root directory. - diff --git a/target/ubifs/ubifsroot.mk b/target/ubifs/ubifsroot.mk index b48e10fd1..d0f3885f4 100644 --- a/target/ubifs/ubifsroot.mk +++ b/target/ubifs/ubifsroot.mk @@ -64,13 +64,8 @@ $(UBIFS_BASE).$(UBIFS_ROOTFS_COMPRESSOR_EXT): $(UBIFS_ROOTFS_COMPRESSOR_PREREQ) $(UBIFS_ROOTFS_COMPRESSOR) $(UBIFS_BASE) > $(UBIFS_TARGET) endif -UBIFS_COPYTO := $(call qstrip,$(BR2_TARGET_ROOTFS_UBIFS_COPYTO)) - ubifsroot: $(UBIFS_TARGET) @ls -l $(UBIFS_TARGET) -ifneq ($(UBIFS_COPYTO),) - @cp -f $(UBIFS_TARGET) $(UBIFS_COPYTO) -endif ############################################################# # -- cgit v1.2.3