Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2009-01-27 17:13:11 +0300
committerMarek Safar <marek.safar@gmail.com>2009-01-27 17:13:11 +0300
commit8884ee278844dcbb15cc5eef97b312b2c5ccb2da (patch)
tree5935612efaf3d987e4f18076c46c7529d81f6506 /runtime
parentd439169d83bfe46a6bc060c7be4456c7e3cc991a (diff)
2009-01-27 Marek Safar <marek.safar@gmail.com>
* runtime/Makefile.am: Run full verification checks svn path=/trunk/mono/; revision=124658
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 0e876e2a491..7c9cf7bc9c7 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -106,7 +106,7 @@ mcs-compileall: mono-wrapper etc/mono/config
if [ ! -f $$i ] ; then \
continue ; \
fi ; \
- if ./mono-wrapper --compile-all --security=validil --verify-all $$i; then \
+ if ./mono-wrapper --compile-all --verify-all $$i; then \
echo $$i verified OK; \
else \
echo $$i verification failed; ok=false; \