Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@novell.com>2007-12-07 04:34:13 +0300
committerChris Toshok <toshok@novell.com>2007-12-07 04:34:13 +0300
commit6fa9d3e86d3311f403934042e1968e1c50d10617 (patch)
tree158c192d64233b96eb6bf7d770290f8e188cb8d1 /Makefile
parent53a64754a2e3342daa2b578dac2e7fe2487ec6c4 (diff)
don't output the commands
svn path=/trunk/monodevelop/; revision=90885
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8492909862..ea6b4b0693 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ CONFIG_MAKE=$(top_srcdir)/config.make
$$final_exit
$(CONFIG_MAKE):
- echo "You must run configure first"
- exit 1
+ @echo "You must run configure first"
+ @exit 1
clean: clean-recursive
install: install-recursive