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
path: root/mcs/build
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2009-01-08 17:58:25 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2009-01-08 17:58:25 +0300
commit829fb90aa7d4798c3d5bcea8fd01fc93b719cd9c (patch)
treefc67cc3373a7a944630f0f15d46d45369abc538c /mcs/build
parent41221b3715880586cd346af066a99e40d2ff4640 (diff)
2009-01-08 Geoff Norton <gnorton@novell.com>
* Makefile: Add darwin.make to the make dist target as well svn path=/trunk/mcs/; revision=122774
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/ChangeLog4
-rw-r--r--mcs/build/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog
index a705e734b1a..ade954d243f 100644
--- a/mcs/build/ChangeLog
+++ b/mcs/build/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-08 Geoff Norton <gnorton@novell.com>
+
+ * Makefile: Add darwin.make to the make dist target as well
+
2009-01-07 Geoff Norton <gnorton@novell.com>
* library.make: Allow platform specific exclude tags from the
diff --git a/mcs/build/Makefile b/mcs/build/Makefile
index 545aea2cad6..ac5e8012442 100644
--- a/mcs/build/Makefile
+++ b/mcs/build/Makefile
@@ -14,7 +14,7 @@ common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
test -n '$(MONO_VERSION)'
sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
-PLATFORMS = linux win32
+PLATFORMS = darwin linux win32
PROFILES = \
basic \
net_1_1_bootstrap \