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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-11-22 08:14:25 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-11-22 08:14:25 +0300
commitec6964875c077c85c79ad453b1cf885ac33009cc (patch)
tree0dcbc5553d6e3b1dc86177b2fdc5a4fe21ea0068 /Makefile.am
parentfd6f174002812a8d0390241a995ce078f456c609 (diff)
2004-11-22 Raja R Harinath <rharinath@novell.com>
* Makefile.am (bootstrap): Add a transitional target. svn path=/trunk/mono/; revision=36365
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 92c939e6661..e3be0d94cf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -169,3 +169,7 @@ win32getdeps:
win32setup:
makensis /DMILESTONE=$(VERSION) /DSOURCE_INSTALL_DIR=$(SOURCE_INSTALL_DIR) /DBUILDNUM=$(BUILDNUM) monowiz.win32.nsi
+
+bootstrap: all
+ echo "*** 'make bootstrap' is obsolete. Just run 'make' to perform a combined mono+mcs build"
+ exit 1