2002-07-19 Martin Baulig <martin@gnome.org>
authorMartin Baulig <martin@novell.com>
Fri, 19 Jul 2002 21:20:14 +0000 (21:20 -0000)
committerMartin Baulig <martin@novell.com>
Fri, 19 Jul 2002 21:20:14 +0000 (21:20 -0000)
* makefile.gnu: Added makefile for self-hosting compile on GNU/Linux.
Don't add this to the top-level makefile.gnu, this must be run after
everything is compiled.

svn path=/trunk/mcs/; revision=5952

mcs/class/corlib/Test/.cvsignore
mcs/class/corlib/Test/ChangeLog
mcs/class/corlib/Test/makefile.gnu [new file with mode: 0644]

index 7c100bdcb31beb4aed4509726192ad70b166d9c3..84ab9f30a93c8fd9cfd6c366494d2dc60313b769 100644 (file)
@@ -1,3 +1,5 @@
 *.dll
 *.pdb
 *.temp
+.makefrag
+.response
index 9b1fa8a82fb89d74c4d7498603d6b1d060ab3fb9..5b2bbf76ce09eee0d3c0b75030994a205e0d8c78 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-19  Martin Baulig  <martin@gnome.org>
+
+       * makefile.gnu: Added makefile for self-hosting compile on GNU/Linux.
+       Don't add this to the top-level makefile.gnu, this must be run after
+       everything is compiled.
+
 2002-07-19  Martin Baulig  <martin@gnome.org>
 
        The test suite now compiles with MCS on GNU/Linux :-)
diff --git a/mcs/class/corlib/Test/makefile.gnu b/mcs/class/corlib/Test/makefile.gnu
new file mode 100644 (file)
index 0000000..ca04501
--- /dev/null
@@ -0,0 +1,11 @@
+topdir = ../../..
+
+LIBRARY = corlib_linux_test.dll
+
+LIB_LIST = corlib_linux_test.args
+LIB_FLAGS = -r ../../lib/corlib.dll -r ../../lib/System.dll -r ../../lib/NUnitCore_mono.dll
+
+include ../../library.make
+
+MCS_FLAGS = --target library --noconfig
+