From 7261ef31627612bc973fc3ac4af488809b4c6fbb Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Tue, 26 Jul 2005 23:15:58 +0000 Subject: [PATCH] Make upload-openslug-cross ignore modification times. Otherwise it'll exit with an error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5