Skip to content

Commit b5be9ac

Browse files
committed
fixes
1 parent d9f3790 commit b5be9ac

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/fsharp/FSComp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ yieldUsedInsteadOfYieldBang,"Consider using 'yield!' instead of 'yield'."
2525
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
2626
204,buildInvalidVersionString,"Invalid version string '%s'"
2727
205,buildInvalidVersionFile,"Invalid version file '%s'"
28-
buildProductName,"F# Compiler for F# 4.0 %s"
28+
buildProductName,"F# Compiler for F# %s"
2929
206,buildProblemWithFilename,"Problem with filename '%s': %s"
3030
207,buildNoInputsSpecified,"No inputs specified"
3131
209,buildPdbRequiresDebug,"The '--pdb' option requires the '--debug' option to be used"

src/fsharp/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ all:
1313
# We need the bootstrap's FSharp.Core to run the proto
1414
build-proto: $(bootstrap)/FSharp.Core.dll $(bootstrap)/FSharp.Core.sigdata $(bootstrap)/FSharp.Core.optdata
1515
@-mkdir -p $(protodir)
16+
ls -R $(MONOLIBDIR)/..
1617
cp -p $(bootstrap)/FSharp.Core.dll $(protodir)FSharp.Core.dll
1718
cp -p $(bootstrap)/FSharp.Core.sigdata $(protodir)FSharp.Core.sigdata
1819
cp -p $(bootstrap)/FSharp.Core.optdata $(protodir)FSharp.Core.optdata

src/fsharp/fsi/FSIstrings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ fsiTurnedTimingOff,"--> Timing now off"
4949
fsiUnexpectedThreadAbortException,"- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart..."
5050
fsiFailedToResolveAssembly,"Failed to resolve assembly '%s'"
5151
fsiBindingSessionTo,"Binding session to '%s'..."
52-
fsiProductName,"F# Interactive for F# 4.0 %s"
52+
fsiProductName,"F# Interactive for F# %s"
5353
shadowCopyReferences,"Prevents references from being locked by the F# Interactive process"

0 commit comments

Comments
 (0)