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>2012-05-17 03:56:21 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-05-17 04:48:45 +0400
commit707d4b4d30e30d2f67d0fa8dc361416ceb765638 (patch)
tree2da9bbaa26c773dc84a3b7836eba6551f1fc5875 /Makefile
parent45a0d5b038225938587c9c833001d59c541162a3 (diff)
[Build] Move submodules to monodevelop/main/externals instead of monodevelop/externals
This will simplify make dist and building from tarballs as everything will have the correct relative path.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc42db4542..d0f8d4048f 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,10 @@ distcheck: distcheck-recursive
distclean: distclean-recursive
rm -rf config.make local-config
-dist: dist-recursive
+remove-stale-tarballs:
rm -rf tarballs
+
+dist: remove-stale-tarballs dist-recursive
mkdir -p tarballs
for t in $(SUBDIRS); do \
if test -a $$t/*.tar.gz; then \