Author: zoltan
Date: 2008-02-05 16:17:53 -0500 (Tue, 05 Feb 2008)
New Revision: 94953

Modified:
   trunk/mono/ChangeLog
   trunk/mono/runtime/Makefile.am
Log:
2008-02-05  Zoltan Varga  <[EMAIL PROTECTED]>

        * runtime/Makefile.am: Update after the changes to mcs/Makefile.


Modified: trunk/mono/ChangeLog
===================================================================
--- trunk/mono/ChangeLog        2008-02-05 21:17:10 UTC (rev 94952)
+++ trunk/mono/ChangeLog        2008-02-05 21:17:53 UTC (rev 94953)
@@ -1,3 +1,14 @@
+2008-02-05  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * runtime/Makefile.am: Update after the changes to mcs/Makefile.
+
+2008-02-03  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * runtime/Makefile.am (clean-local): Use mono --wapi=semdel instead of 
the
+       nonexistent semdel utility.
+
+       * runtime/semdel-wrapper.in: Delete.
+
 2008-01-28  Wade Berrier  <[EMAIL PROTECTED]>
 
        * configure.in: version bump -> 1.9

Modified: trunk/mono/runtime/Makefile.am
===================================================================
--- trunk/mono/runtime/Makefile.am      2008-02-05 21:17:10 UTC (rev 94952)
+++ trunk/mono/runtime/Makefile.am      2008-02-05 21:17:53 UTC (rev 94953)
@@ -33,14 +33,14 @@
 # The write check is to foil 'make distcheck'
 all-local: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
        if test -w $(mcs_topdir); then :; else chmod -R +w $(mcs_topdir); fi
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' CC='$(CC)' 
all-profiles
+       cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' 
CC='$(CC)' all-profiles
 
 # override automake
 install: install-exec install-data
 
 # override automake
 install-exec: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) install-profiles
+       cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) install-profiles
 
 # override automake
 install-data:
@@ -48,11 +48,11 @@
 
 # override automake
 uninstall:
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
+       cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
 
 ## mono --wapi=semdel will probably not delete the semaphore if someone is 
crazy enough to do a 'make -j distclean' :-)
 clean-local:
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' clean-profiles
+       cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' 
clean-profiles
        -./mono-wrapper --wapi=semdel
        -rm -fr $(etctmp) $(tmpinst) .wapi
 
@@ -68,10 +68,10 @@
 endif
 
 mcs-do-test-profiles:
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' test-profiles
+       cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' 
test-profiles
 
 mcs-do-run-test-profiles: test-support-files
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
run-test-profiles
+       cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' 
run-test-profiles
 
 if PLATFORM_WIN32
 cur_dir_cmd = cygpath -w -a .

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to