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:
authorLluis Sanchez <lluis@novell.com>2007-11-13 14:16:06 +0300
committerLluis Sanchez <lluis@novell.com>2007-11-13 14:16:06 +0300
commit5003a90d7b393217d97fc9af5f8669203a340bdb (patch)
tree4e3bf271966c73c1aff2f095f7087a42135bc9e6
parent3c176395f37752bf13f3756f4922b5dbe15b815b (diff)
* Makefile.am: Added target for rebuilding the add-in database.
svn path=/trunk/monodevelop/; revision=89543
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am11
2 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a11a9aa41..d89d96a17c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-13 Lluis Sanchez Gual <lluis@novell.com>
+
+ * Makefile.am: Added target for rebuilding the add-in database.
+
2007-11-12 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am:
diff --git a/Makefile.am b/Makefile.am
index 49fdc253b2..4dbadb34e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,11 +88,6 @@ run: runmd
runmd: $(PROGRAM)
$(MD_LAUNCH) --debug MonoDevelop.exe
-pad: $(MONOPAD)
-
-runpad: $(MONOPAD)
- cd build/bin && mono MonoPad.exe
-
run-profile: $(PROGRAM)
$(MD_LAUNCH) -O=inline --profile MonoDevelop.exe
@@ -101,9 +96,9 @@ run-profile-stat: $(PROGRAM)
run-profile-heap: $(PROGRAM)
$(MD_LAUNCH) -O=inline --profile=heap:heaplog MonoDevelop.exe
-
-profile-pad: $(MONOPAD)
- cd build/bin && mono -O=inline --profile MonoPad.exe
+
+check-addins:
+ $(MD_LAUNCH_SETUP) $(RUNTIME) --debug mdrun.exe setup reg-build -v
# we can't use the variables that are conditionally defined
EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(pixmap_DATA) \