Promote generated error files by dune.
This commit is contained in:
parent
e6cba7c34f
commit
bd8cf09f9e
4
src/passes/1-parser/cameligo/.gitignore
vendored
4
src/passes/1-parser/cameligo/.gitignore
vendored
@ -10,4 +10,6 @@ _build/*
|
||||
/Parser.ml
|
||||
/Lexer.ml
|
||||
/LexToken.ml
|
||||
/Tests
|
||||
/Tests
|
||||
error.messages
|
||||
error.messages.new
|
@ -95,6 +95,7 @@
|
||||
|
||||
(rule
|
||||
(targets error.messages)
|
||||
(mode promote-until-clean)
|
||||
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
|
||||
(action
|
||||
(with-stdout-to %{targets}
|
||||
@ -114,6 +115,7 @@
|
||||
|
||||
(rule
|
||||
(target error.messages.new)
|
||||
(mode promote-until-clean)
|
||||
(action
|
||||
(with-stdout-to %{target}
|
||||
(run
|
||||
|
4
src/passes/1-parser/pascaligo/.gitignore
vendored
4
src/passes/1-parser/pascaligo/.gitignore
vendored
@ -10,4 +10,6 @@ _build/*
|
||||
/Parser.ml
|
||||
/Lexer.ml
|
||||
/LexToken.ml
|
||||
/Tests
|
||||
/Tests
|
||||
error.messages
|
||||
error.messages.new
|
@ -96,6 +96,7 @@
|
||||
|
||||
(rule
|
||||
(targets error.messages)
|
||||
(mode promote-until-clean)
|
||||
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
|
||||
(action
|
||||
(with-stdout-to %{targets}
|
||||
@ -115,6 +116,7 @@
|
||||
|
||||
(rule
|
||||
(target error.messages.new)
|
||||
(mode promote-until-clean)
|
||||
(action
|
||||
(with-stdout-to %{target}
|
||||
(run
|
||||
|
4
src/passes/1-parser/reasonligo/.gitignore
vendored
4
src/passes/1-parser/reasonligo/.gitignore
vendored
@ -10,4 +10,6 @@ _build/*
|
||||
/Parser.ml
|
||||
/Lexer.ml
|
||||
/LexToken.ml
|
||||
/Tests
|
||||
/Tests
|
||||
error.messages
|
||||
error.messages.new
|
@ -96,6 +96,7 @@
|
||||
|
||||
(rule
|
||||
(targets error.messages)
|
||||
(mode promote-until-clean)
|
||||
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
|
||||
(action
|
||||
(with-stdout-to %{targets}
|
||||
@ -115,6 +116,7 @@
|
||||
|
||||
(rule
|
||||
(target error.messages.new)
|
||||
(mode promote-until-clean)
|
||||
(action
|
||||
(with-stdout-to %{target}
|
||||
(run
|
||||
|
Loading…
Reference in New Issue
Block a user