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

Commit5a56c4d

Browse files
committed
reduce noise during build
1 parent3a1f518 commit5a56c4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/fsharp/FSharp.Compiler-proto/Makefile.in‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ $(tmpdir)illex.fs: ../../absil/illex.fsl
173173
cp -p$(tmpdir)illex.fs* ../FSharp.Compiler/.libs/
174174

175175
$(tmpdir)pars.fs: ../pars.fsy
176-
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --open Microsoft.FSharp.Compiler --module Microsoft.FSharp.Compiler.Parser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing
176+
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --open Microsoft.FSharp.Compiler --module Microsoft.FSharp.Compiler.Parser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing| tee$@.report| grep"time"
177177
@-mkdir -p ../FSharp.Compiler/.libs/
178178
cp -p$(tmpdir)pars.fs* ../FSharp.Compiler/.libs/
179179

180180
$(tmpdir)ilpars.fs: ../../absil/ilpars.fsy
181-
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --module Microsoft.FSharp.Compiler.AbstractIL.Internal.AsciiParser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing
181+
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --module Microsoft.FSharp.Compiler.AbstractIL.Internal.AsciiParser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing|| tee$@.report| grep"time"
182182
@-mkdir -p ../FSharp.Compiler/.libs/
183183
cp -p$(tmpdir)ilpars.fs* ../FSharp.Compiler/.libs/
184184

‎src/fsharp/FSharp.Compiler/Makefile.in‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ $(tmpdir)illex.fs: ../../absil/illex.fsl
190190
mono$(MONO_OPTIONS)$(FSLEX)$< -o$@ --lexlib Internal.Utilities.Text.Lexing --unicode
191191

192192
$(tmpdir)pars.fs: ../pars.fsy
193-
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --open Microsoft.FSharp.Compiler --module Microsoft.FSharp.Compiler.Parser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing
193+
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --open Microsoft.FSharp.Compiler --module Microsoft.FSharp.Compiler.Parser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing| tee$@.report| grep"time"
194194

195195
$(tmpdir)ilpars.fs: ../../absil/ilpars.fsy
196-
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --module Microsoft.FSharp.Compiler.AbstractIL.Internal.AsciiParser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing
196+
mono$(MONO_OPTIONS)$(FSYACC)$< -o$@ --internal --module Microsoft.FSharp.Compiler.AbstractIL.Internal.AsciiParser --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing| tee$@.report| grep"time"
197197

198198
include$(topdir)/src/fsharp/targets.make
199199

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp