From: Oyvind Repvik Date: Tue, 26 Jul 2005 23:15:58 +0000 (+0000) Subject: Make upload-openslug-cross ignore modification times. Otherwise it'll exit with an... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7261ef31627612bc973fc3ac4af488809b4c6fbb;p=openembedded.git Make upload-openslug-cross ignore modification times. Otherwise it'll exit with an error --- 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