diff options
| author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-26 23:15:58 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 23:15:58 +0000 |
| commit | 7261ef31627612bc973fc3ac4af488809b4c6fbb (patch) | |
| tree | 2c850b208a8ec9b67fb1d3248bf46ca475ccc211 | |
| parent | b36ee885439367a96df407a319ef4e7224a05dc7 (diff) | |
Make upload-openslug-cross ignore modification times. Otherwise it'll exit with an error
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
