From: Thierry Parmentelat Date: Wed, 16 Jan 2013 19:55:35 +0000 (+0100) Subject: cosmetic, rsync without -v X-Git-Tag: 5.2.1~134 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=04ead9aa39958b3f332beea708fdea08e263d7d7;p=build.git cosmetic, rsync without -v --- diff --git a/Makefile b/Makefile index 2ce45a6a..5d7f75b9 100644 --- a/Makefile +++ b/Makefile @@ -663,7 +663,7 @@ $(foreach package,$(ALL),$(eval $(call target_depends,$(package)))) define target_debian $(1)-debian: $(1)-tarball mkdir -p DEBIAN/$(1) - rsync -av MODULES/$(1)/ DEBIAN/$(1)/ + rsync -a MODULES/$(1)/ DEBIAN/$(1)/ make -C DEBIAN/$(1) "TARBALL=$(HOME)/$($(1).tarballs)" debian endef