From cb80f91a4a75dda1dc5cfe9bc3671b44486cd101 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 25 Aug 2013 21:19:35 -0500 Subject: [PATCH] no echo in Makefile --- Makefile | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e490ea61..a4885b90 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: - echo "The Makefile is used to build the distribution." - echo "In order to run web2py you do not need to make anything." - echo "just run web2py.py" + @echo "The Makefile is used to build the distribution." + @echo "In order to run web2py you do not need to make anything." + @echo "just run web2py.py" clean: rm -f httpserver.log rm -f parameters*.py diff --git a/VERSION b/VERSION index bb31ca9f..29bfe1c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.25.20.38.30 +Version 2.6.0-development+timestamp.2013.08.25.21.18.45