Update the message in the mcs dir-check.
authorZoltan Varga <vargaz@gmail.com>
Mon, 23 Aug 2010 23:11:04 +0000 (01:11 +0200)
committerZoltan Varga <vargaz@gmail.com>
Tue, 24 Aug 2010 15:20:58 +0000 (17:20 +0200)
mcs/Makefile

index 3c04be99c3d083b017afd505be89e47c9648e85a..094b8ea702ffb3a6a8eb29515a8cd3b9348546f0 100644 (file)
@@ -80,7 +80,7 @@ all-local $(STD_TARGETS:=-local):
        @:
 
 dir-check:
-       @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "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
+       @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then echo "Running make from the mcs directory is not supported. Run make from the parent directory."; exit 1; fi
 
 # fun specialty targets