summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-07-26 23:15:58 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-26 23:15:58 +0000
commit7261ef31627612bc973fc3ac4af488809b4c6fbb (patch)
tree2c850b208a8ec9b67fb1d3248bf46ca475ccc211
parentb36ee885439367a96df407a319ef4e7224a05dc7 (diff)
Make upload-openslug-cross ignore modification times. Otherwise it'll exit with an error
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ec9a02de4..024919dd52 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ publish-master: push-master
.PHONY: upload-openslug-cross
upload-openslug-cross: openslug/Makefile
- rsync --delete -av --exclude="morgue" openslug/tmp/deploy/ipk/ unslung@nslu.sf.net:nslu/feeds/openslug/unstable/
+ rsync --ignore-times --delete -av --exclude="morgue" openslug/tmp/deploy/ipk/ unslung@nslu.sf.net:nslu/feeds/openslug/unstable/
.PHONY: import-openembedded
import-openembedded: openembedded/conf/machine/nslu2.conf