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:
authoriain holmes <iain@xamarin.com>2015-07-06 18:50:59 +0300
committeriain holmes <iain@xamarin.com>2015-10-30 15:21:36 +0300
commit3d2166751dbef9df65338668c5360d424d72a7ee (patch)
tree168d1284383f1857a81420270d9f15695eb43c1f /main/Makefile.am
parentd53e4dac2ff4a7b12d27b87a08e407ea9f57a496 (diff)
[Build] Use the variable for the sgen-suffix
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 85ddb398af..316d4340de 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -124,39 +124,39 @@ run-boehm: runmd
run-sgen: runmd-sgen
runmd: $(PROGRAM)
- $(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH)$(SGEN_SUFFIX) --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
runmd-sgen: $(PROGRAM)
- $(MD_LAUNCH)-sgen@SGEN_SUFFIX@ --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH)-sgen$(SGEN_SUFFIX) --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
run-debug: $(PROGRAM)
- MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH)$(SGEN_SUFFIX) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
run-gdb: $(PROGRAM)
echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands
- $(MD_LAUNCH_SETUP) gdb $(RUNTIME)@SGEN_SUFFIX) -x gdb.commands
+ $(MD_LAUNCH_SETUP) gdb $(RUNTIME)$(SGEN_SUFFIX) -x gdb.commands
rm -f gdb.commands
run-gdb-sgen: $(PROGRAM)
echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands
- $(MD_LAUNCH_SETUP) gdb $(RUNTIME)-sgen -x gdb.commands
+ $(MD_LAUNCH_SETUP) gdb $(RUNTIME)-sgen$(SGEN_SUFFIX) -x gdb.commands
rm -f gdb.commands
run-profile: $(PROGRAM)
- $(MD_LAUNCH) --profile=log:calls $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH)$(SGEN_SUFFIX) --profile=log:calls $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
run-profile-stat: $(PROGRAM)
- $(MD_LAUNCH) --profile=log:sample $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH)$(SGEN_SUFFIX) --profile=log:sample $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
run-trace: $(PROGRAM)
- $(MD_LAUNCH_SETUP) MONODEVELOP_TRACE=1 exec strace -ttt -f -o md.strace mono $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH_SETUP) MONODEVELOP_TRACE=1 exec strace -ttt -f -o md.strace mono$(SGEN_SUFFIX) $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
plot-trace:
if [ ! -e 'plot-timeline.py' ]; then wget http://gitorious.org/performance-scripts/mainline/blobs/raw/master/plot-timeline.py; fi
python plot-timeline.py -o md-trace.png md.strace
run-profile-heap: $(PROGRAM)
- $(MD_LAUNCH) --profile=log:heapshot=900000ms $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH)$(SGEN_SUFFIX) --profile=log:heapshot=900000ms $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
check-addins:
$(MDTOOL_RUN) setup reg-build -v