From c32e01eab2363085160bfebc2d9ab506d265c7e4 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Mon, 18 Aug 2003 08:52:49 +0000
Subject: [PATCH] * Revision 300! * Put `@' in front of echo's in the Makefile.

---
 externals/Makefile.am | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/externals/Makefile.am b/externals/Makefile.am
index 705255e5f..6a3d3a1f7 100644
--- a/externals/Makefile.am
+++ b/externals/Makefile.am
@@ -3,10 +3,10 @@
 DB = db-4.0.14
 
 $(DB).tar.gz:
-	echo "Nix requires Berkeley DB to build."
-	echo "Please download version 4.0.14 from"
-	echo "  http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz"
-	echo "and place it in the externals/ directory."
+	@echo "Nix requires Berkeley DB to build."
+	@echo "Please download version 4.0.14 from"
+	@echo "  http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz"
+	@echo "and place it in the externals/ directory."
 	false
 
 $(DB): $(DB).tar.gz
@@ -31,10 +31,10 @@ build-db: have-db
 ATERM = aterm-2.0
 
 $(ATERM).tar.gz:
-	echo "Nix requires the CWI ATerm library to build."
-	echo "Please download version 2.0 from"
-	echo "  http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz"
-	echo "and place it in the externals/ directory."
+	@echo "Nix requires the CWI ATerm library to build."
+	@echo "Please download version 2.0 from"
+	@echo "  http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz"
+	@echo "and place it in the externals/ directory."
 	false
 
 $(ATERM): $(ATERM).tar.gz
-- 
GitLab