2004-09-14 Umadevi S (sumadevi@novell.com)
[mono.git] / Makefile.am
index 8fd7775adf5419e82e8bc3213aa81afe3018ba12..da482b27e7b0d885dc889ab8d37ba2ce3c4bfd60 100644 (file)
@@ -147,9 +147,7 @@ mcs-do-run-test: tmpinst-dir $(tmpinst)/bin/mbas
        PATH=$$tmpinst/bin:$$PATH ; export PATH ; \
        cd $(mcs_topdir) && $(MAKE) PROFILE=default run-test
 
-mcs-do-compiler-tests: tmpinst-dir $(tmpinst)/bin/mbas
-       tmpinst=`cd $(tmpinst) && pwd` ; \
-       PATH=$$tmpinst/bin:$$PATH ; export PATH ; \
+mcs-do-compiler-tests:
        cd $(mcs_topdir) && $(MAKE) test-compiler
 
 populate-runtime-subdir:
@@ -162,7 +160,8 @@ populate-runtime-subdir:
            cd $(mcs_topdir) && \
            $(MAKE) PROGRAM_INSTALL_DIR=$$srcdir/runtime PROFILE=$$2 LIBRARY_INSTALL_DIR=$$srcdir/runtime/$$3 prefix=$$tmpinst/prefix install ) || exit 1 ; \
        done
-       find $(tmpinst)/prefix -type f -path '*/jay*' -exec rm -f '{}' ';'
+       find $(tmpinst)/prefix -type f -name '*jay*' -exec rm -f '{}' ';'
+       for i in `find $(tmpinst)/prefix -type d -name '*jay*' -print`; do rm -f $$i/*; done
        test -z "`find $(tmpinst)/prefix -type f -print`"
        rm -rf $(tmpinst)/prefix