mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
--update: when used, do not generate the output files
It is inconvenient that we also generate the output files when we update the grammar file, and it's somewhat unexpected. Let's not do that. * src/main.c (main): Skip generation when --update is passed. * src/getargs.c (usage): Update the help message. * doc/bison.texi (Bison Options): Likewise. * tests/input.at: Check that we don't generate the output.
This commit is contained in:
@@ -10272,8 +10272,8 @@ Print the name of the directory containing skeletons and XSLT.
|
||||
@item -u
|
||||
@item --update
|
||||
Update the grammar file (remove duplicates, update deprecated directives,
|
||||
etc.). Leaves a backup of the original file with a @code{~} appended. For
|
||||
instance:
|
||||
etc.) and exit (i.e., do not generate any of the output files). Leaves a
|
||||
backup of the original file with a @code{~} appended. For instance:
|
||||
|
||||
@example
|
||||
@group
|
||||
|
||||
Reference in New Issue
Block a user