diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-02 07:14:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-02 07:14:20 +0000 |
commit | 4ca49b3eb6e033232b4d69a057f2a28f8f859a2a (patch) | |
tree | aa2b29cfaa471c42c379aecdbe4b5516fab17637 /lang/mono | |
parent | 42a362ee22efe113de6665cbd069b765ae028b7b (diff) | |
download | ports-4ca49b3eb6e033232b4d69a057f2a28f8f859a2a.tar.gz ports-4ca49b3eb6e033232b4d69a057f2a28f8f859a2a.zip |
Remove the tests directory from the build since it ropes in a bogus bash
BUILD_DEPENDS. This problem will be resolved in the next release of mono.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=102698
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/files/patch-mono_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_Makefile.in b/lang/mono/files/patch-mono_Makefile.in new file mode 100644 index 000000000000..7c570d2195b5 --- /dev/null +++ b/lang/mono/files/patch-mono_Makefile.in @@ -0,0 +1,11 @@ +--- mono/Makefile.in.bak Mon Feb 2 17:02:39 2004 ++++ mono/Makefile.in Tue Mar 2 01:48:16 2004 +@@ -123,7 +123,7 @@ + @PLATFORM_WIN32_TRUE@ arch monograph interpreter mini tests benchmark profiler + + @PLATFORM_WIN32_FALSE@SUBDIRS = utils io-layer monoburg os metadata cil dis \ +-@PLATFORM_WIN32_FALSE@ arch monograph interpreter mini tests benchmark handles profiler ++@PLATFORM_WIN32_FALSE@ arch monograph interpreter mini benchmark handles profiler + + subdir = mono + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |