From 9c9a3ffa105708a111932d1fb201055fae6138c0 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Tue, 26 Jul 2005 23:39:00 +0000 Subject: [PATCH] Replace --size-only with --omit-dir-times. Now it won't fail on trying to set dir times, but will check file timestamps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76988d2a8f..dfd69b88d9 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ publish-master: push-master .PHONY: upload-openslug-cross upload-openslug-cross: openslug/Makefile - rsync --size-only --delete -av --exclude="morgue" openslug/tmp/deploy/ipk/ unslung@nslu.sf.net:nslu/feeds/openslug/unstable/ + rsync --omit-dir-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