From 04ead9aa39958b3f332beea708fdea08e263d7d7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 16 Jan 2013 20:55:35 +0100 Subject: [PATCH] cosmetic, rsync without -v --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0