gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: S


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: Stopping (some) Makfile output, by prepending '@' to the commands.
Date: Sat, 04 Mar 2017 15:24:18 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant-frontend-examples.

The following commit(s) were added to refs/heads/master by this push:
     new c183c8f  Stopping (some) Makfile output, by prepending '@' to the 
commands.
c183c8f is described below

commit c183c8fff9ae133144b51aa1884664866aff22b0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Mar 4 15:23:28 2017 +0100

    Stopping (some) Makfile output, by prepending '@' to the
    commands.
---
 Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 9b62776..4b013b1 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,11 @@ SUBDIRS := php/doc python/doc
 all: $(SUBDIRS)
 
 $(SUBDIRS): graphics
-       cp -t $@ common/graphics/arch.png
-       $(MAKE) -C $@
+       @cp -t $@ common/graphics/arch.png
+       @$(MAKE) -C $@
 
 graphics:
-       cd common/graphics; dot -Tpdf arch.dot > arch.pdf
-       cd common/graphics; dot -Tpdf arch_nobo.dot > arch_nobo.pdf
-       cd common/graphics; dot -Tjpg arch.dot > arch.jpg
-       cd common/graphics; dot -Tjpg arch_nobo.dot > arch_nobo.jpg
+       @cd common/graphics; dot -Tpdf arch.dot > arch.pdf
+       @cd common/graphics; dot -Tpdf arch_nobo.dot > arch_nobo.pdf
+       @cd common/graphics; dot -Tjpg arch.dot > arch.jpg
+       @cd common/graphics; dot -Tjpg arch_nobo.dot > arch_nobo.jpg

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]