summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-02-04 17:55:33 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-04 17:56:04 +0100
commit99e82b0d4c6d8f10560a8dd5377b244b344963ea (patch)
treeb0feedf7a6a70ed25e8ca8ca0b51654edf6b1a33
parent2f865405c9215071a3031f2a2b89db9ec686342d (diff)
downloadbuildroot-99e82b0d4c6d8f10560a8dd5377b244b344963ea.tar.gz
buildroot-99e82b0d4c6d8f10560a8dd5377b244b344963ea.zip
Makefile: also use ignore-times argument to rsync when copying rootfs overlays
Missed from previous patch. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9775397748..dec06941de 100644
--- a/Makefile
+++ b/Makefile
@@ -548,7 +548,7 @@ endif
@$(foreach d, $(call qstrip,$(BR2_ROOTFS_OVERLAY)), \
$(call MESSAGE,"Copying overlay $(d)"); \
- rsync -a $(RSYNC_VCS_EXCLUSIONS) \
+ rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
--chmod=Du+w --exclude .empty --exclude '*~' \
$(d)/ $(TARGET_DIR)$(sep))
OpenPOWER on IntegriCloud