Add a sanity-check to catch cyclic-dependency issues
commit9bb6a800aefb419d034bd080e1ec779369e88f2d
authorraja <raja@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 30 Jul 2009 09:07:12 +0000 (30 09:07 +0000)
committerraja <raja@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 30 Jul 2009 09:07:12 +0000 (30 09:07 +0000)
treeeacadfa618362eee80c9c083964d40053c055693
parent9dab51f16ff35d82eb2c24c7e9cc876faa2f3b8f
Add a sanity-check to catch cyclic-dependency issues

* build/library.make (SNFLAGS): Remove '-R', since it's specific to the
action required.
($(build_lib)): Use -R flag with $(SN).
($(the_lib)): Add a sanity check to verify that the assembly is signed.
* tools/csharplib/Makefile ($(the_lib)): Update to changes in build/library.make.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@139041 e3ebcda4-bce8-0310-ba0a-eca2169e7518
build/ChangeLog
build/library.make
tools/csharplib/ChangeLog
tools/csharplib/Makefile