Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08b4501

Browse files
committed
fix building from source on unix systems
1 parent4779730 commit08b4501

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎src/buildfromsource.sh‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
__scriptpath=$(cd"$(dirname"$0")";pwd -P)
1+
#!/bin/sh -e
22

3+
__scriptpath=$(cd"$(dirname"$0")";pwd -P)
34

4-
# build tools ç
5+
# build tools
56
dotnet restore$__scriptpath/buildtools/fssrgen/fssrgen.fsproj
67
dotnet publish$__scriptpath/buildtools/fssrgen/fssrgen.fsproj -o$__scriptpath/../Tools/fssrgen
78
dotnet restore$__scriptpath/buildtools/fslex/fslex.fsproj
89
dotnet publish$__scriptpath/buildtools/fslex/fslex.fsproj -o$__scriptpath/../Tools/fslex
910
dotnet restore$__scriptpath/buildtools/fsyacc/fsyacc.fsproj
1011
dotnet publish$__scriptpath/buildtools/fsyacc/fsyacc.fsproj -o$__scriptpath/../Tools/fsyacc
1112

12-
rem build tools
13+
# build tools
1314
dotnet restore$__scriptpath/fsharp/FSharp.Build/FSharp.Build.BuildFromSource.fsproj
1415
dotnet publish$__scriptpath/fsharp/FSharp.Build/FSharp.Build.BuildFromSource.fsproj
1516

@@ -18,7 +19,7 @@ dotnet publish fsharp/fsi/Fsi.BuildFromSource.fsproj
1819

1920
dotnet restore$__scriptpath/fsharp/Fsc/Fsc.BuildFromSource.fsproj
2021
dotnet publish$__scriptpath/fsharp/Fsc/Fsc.BuildFromSource.fsproj
22+
2123
# build and pack tools
2224
dotnet restore$__scriptpath/fsharp/FSharp.Compiler.nuget/FSharp.Compiler.nuget.BuildFromSource.fsproj
2325
dotnet pack$__scriptpath/fsharp/FSharp.Compiler.nuget/FSharp.Compiler.nuget.BuildFromSource.fsproj -c release
24-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp