summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-11-12 18:45:49 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-30 15:50:53 +0100
commit787a31fed42f98a8e2e6a0bd2079376c861436f2 (patch)
tree719715e81c7318b628b22ab5a72720a7ca22b81e
parent76ff49300923f239e8912d1fd107763c5e5886ce (diff)
downloadbuildroot-787a31fed42f98a8e2e6a0bd2079376c861436f2.tar.gz
buildroot-787a31fed42f98a8e2e6a0bd2079376c861436f2.zip
fs: don't remove intermediate files
Now that they are in their own directory and no longer pollute the build dir, there is no point in removing them. Furthermore, a follow-up patch will require that those files survive when more than one filesystem image is generated. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--fs/common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/common.mk b/fs/common.mk
index 7bbc143892..c17c4585ff 100644
--- a/fs/common.mk
+++ b/fs/common.mk
@@ -103,7 +103,6 @@ endif
rm -f $$(TARGET_DIR_WARNING_FILE)
PATH=$$(BR_PATH) $$(HOST_DIR)/bin/fakeroot -- $$(FAKEROOT_SCRIPT)
$$(INSTALL) -m 0644 support/misc/target-dir-warning.txt $$(TARGET_DIR_WARNING_FILE)
- -@rm -f $$(FAKEROOT_SCRIPT) $$(FULL_DEVICE_TABLE)
ifneq ($$(ROOTFS_$(2)_COMPRESS_CMD),)
PATH=$$(BR_PATH) $$(ROOTFS_$(2)_COMPRESS_CMD) $$@ > $$@$$(ROOTFS_$(2)_COMPRESS_EXT)
endif
OpenPOWER on IntegriCloud