remove --size-only
This commit is contained in:
parent
3c5eeeae8e
commit
b5a9606ccd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ build: $(patsubst %,$(BUILDDIR)/%,$(ALL))
|
||||||
|
|
||||||
upload: build
|
upload: build
|
||||||
@rsync --recursive --partial --progress --copy-links \
|
@rsync --recursive --partial --progress --copy-links \
|
||||||
--compress --human-readable --hard-links --size-only \
|
--compress --human-readable --hard-links \
|
||||||
--delete --delete-after \
|
--delete --delete-after \
|
||||||
--rsh='ssh -l $(REMOTE_USER)' \
|
--rsh='ssh -l $(REMOTE_USER)' \
|
||||||
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
|
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue