cosmetic, rsync without -v
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 16 Jan 2013 19:55:35 +0000 (20:55 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 16 Jan 2013 19:55:35 +0000 (20:55 +0100)
Makefile

index 2ce45a6..5d7f75b 100644 (file)
--- 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