Revert r124658. Either full verification isn't ready or our generated code is
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 28 Jan 2009 06:23:36 +0000 (06:23 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 28 Jan 2009 06:23:36 +0000 (06:23 -0000)
buggy -- either way, it isn't the right time to enable it, since it breaks
'make compiler-tests'

svn path=/trunk/mono/; revision=124752

runtime/Makefile.am

index 7c9cf7bc9c7c29b5f39a2c67d59034c52afd5ad7..0e876e2a49142f02bb0dba91a450a698c16ad7f2 100644 (file)
@@ -106,7 +106,7 @@ mcs-compileall: mono-wrapper etc/mono/config
                if [ ! -f $$i ] ; then \
                        continue ; \
                fi ;  \
-           if ./mono-wrapper --compile-all --verify-all $$i; then \
+           if ./mono-wrapper --compile-all --security=validil --verify-all $$i; then \
              echo $$i verified OK; \
            else \
              echo $$i verification failed; ok=false; \