From a0864bcf599287d268c765d6558a7718d365561e Mon Sep 17 00:00:00 2001 From: Ravi Eda Date: Tue, 15 Sep 2015 16:10:33 -0500 Subject: [PATCH] Update Build CoreCLR Instructions on Mac OS X. Rebuild option is not handled in build.sh. Hence removing the sentence that suggests using a rebuild option that will delete previously built assemblies. --- Documentation/building/osx-instructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/building/osx-instructions.md b/Documentation/building/osx-instructions.md index b238654..485dd05 100644 --- a/Documentation/building/osx-instructions.md +++ b/Documentation/building/osx-instructions.md @@ -134,7 +134,6 @@ Build the rest of the Framework out of the corefx directory on your Mac. dotnet-mbp:corefx richlander$ ./build.sh -It's also possible to add `-t:rebuild` to build.sh to force it to delete the previously built assemblies. For the purposes of this demo, you need to copy a few required assemblies to the demo folder. -- 2.7.4