diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 23:10:49 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:33 +0200 |
commit | b605699f1f365c55d094c47737d3f5f7e38c1f61 (patch) | |
tree | 74dbf82010675f390f113a772565151286f358db /target/ubifs/ubifsroot.mk | |
parent | 77ab5443080dd994dd9dbe9c9eec302f83525dde (diff) | |
download | buildroot-novena-b605699f1f365c55d094c47737d3f5f7e38c1f61.tar.gz buildroot-novena-b605699f1f365c55d094c47737d3f5f7e38c1f61.zip |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/ubifs/ubifsroot.mk')
-rw-r--r-- | target/ubifs/ubifsroot.mk | 5 |
1 files changed, 0 insertions, 5 deletions
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 ############################################################# # |