promote (until-clean) (only *) ?

This commit is contained in:
Tom Jack 2020-04-22 11:37:18 -05:00
parent eafbe83151
commit 1fbbc09313
3 changed files with 9 additions and 9 deletions

View File

@ -95,7 +95,7 @@
(rule
(targets error.messages)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
(action
(with-stdout-to %{targets}
@ -115,7 +115,7 @@
(rule
(target error.messages.new)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(action
(with-stdout-to %{target}
(run
@ -156,7 +156,7 @@
(rule
(targets ParErr.ml)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
(action
(with-stdout-to %{targets}

View File

@ -96,7 +96,7 @@
(rule
(targets error.messages)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
(action
(with-stdout-to %{targets}
@ -116,7 +116,7 @@
(rule
(target error.messages.new)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(action
(with-stdout-to %{target}
(run
@ -157,7 +157,7 @@
(rule
(targets ParErr.ml)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
(action
(with-stdout-to %{targets}

View File

@ -96,7 +96,7 @@
(rule
(targets error.messages)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
(action
(with-stdout-to %{targets}
@ -116,7 +116,7 @@
(rule
(target error.messages.new)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(action
(with-stdout-to %{target}
(run
@ -157,7 +157,7 @@
(rule
(targets ParErr.ml)
(mode promote-until-clean)
(mode (promote (until-clean) (only *))))
(deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli)
(action
(with-stdout-to %{targets}