Skip to content

Commit 829fb90

Browse files
author
Geoff Norton
committed
2009-01-08 Geoff Norton <[email protected]>
* Makefile: Add darwin.make to the make dist target as well svn path=/trunk/mcs/; revision=122774
1 parent 41221b3 commit 829fb90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mcs/build/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2009-01-08 Geoff Norton <[email protected]>
2+
3+
* Makefile: Add darwin.make to the make dist target as well
4+
15
2009-01-07 Geoff Norton <[email protected]>
26

37
* library.make: Allow platform specific exclude tags from the

mcs/build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
1414
test -n '$(MONO_VERSION)'
1515
sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
1616

17-
PLATFORMS = linux win32
17+
PLATFORMS = darwin linux win32
1818
PROFILES = \
1919
basic \
2020
net_1_1_bootstrap \

0 commit comments

Comments
 (0)