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:
authorAlan McGovern <alan.mcgovern@gmail.com>2011-11-24 20:58:43 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2011-12-12 15:03:47 +0400
commit31f134c8943bd8ed5ee98a98ac45fc2e5dbbcddb (patch)
tree7100ae8bf1deb9955a4846cf60a9c68000bbc538 /main/Makefile.am
parentd818d0df00c4610d2aba60a02da85c855d719209 (diff)
Do not redirect stdout/error when running from the makefiles.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index a4a0a5999f..673bd8ed04 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -105,7 +105,7 @@ MD_LAUNCH=$(MD_LAUNCH_SETUP) UBUNTU_MENUPROXY=0 exec -a "monodevelop" $(RUNTIME)
run: runmd
runmd: $(PROGRAM)
- $(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe --redirect-output
+ $(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe
run-debug: $(PROGRAM)
MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe