Author: zoltan
Date: 2008-02-05 17:20:03 -0500 (Tue, 05 Feb 2008)
New Revision: 94965
Modified:
trunk/mcs/ChangeLog
trunk/mcs/Makefile
Log:
2008-02-06 Zoltan Varga <[EMAIL PROTECTED]>
* Makefile (dir-check): Hopefully fix make dist.
Modified: trunk/mcs/ChangeLog
===================================================================
--- trunk/mcs/ChangeLog 2008-02-05 22:00:23 UTC (rev 94964)
+++ trunk/mcs/ChangeLog 2008-02-05 22:20:03 UTC (rev 94965)
@@ -1,3 +1,7 @@
+2008-02-06 Zoltan Varga <[EMAIL PROTECTED]>
+
+ * Makefile (dir-check): Hopefully fix make dist.
+
2008-02-05 Zoltan Varga <[EMAIL PROTECTED]>
* Makefile: Abort with an error message if make is typed directly in
this
Modified: trunk/mcs/Makefile
===================================================================
--- trunk/mcs/Makefile 2008-02-05 22:00:23 UTC (rev 94964)
+++ trunk/mcs/Makefile 2008-02-05 22:20:03 UTC (rev 94965)
@@ -63,7 +63,7 @@
@:
dir-check:
- @if [ "$(NO_DIR_CHECK)" = "" ]; then echo "Running make from the mcs
directory is not supported. Run make from the parent directory (if using a
tarball), or from the directory where the runtime is checked out (if using an
SVN checkout)."; exit 1; fi
+ @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILES)" != "basic" ]; then echo
"Running make from the mcs directory is not supported. Run make from the parent
directory (if using a tarball), or from the directory where the runtime is
checked out (if using an SVN checkout)."; exit 1; fi
# fun specialty targets
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches