mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Always put auxiliary code files in the same dir as other output files.
* src/files.c (compute_file_name_parts): When the user specifies --output but not --file-prefix, extract the directory prefix from the file prefix not from the grammar file name. This affects the location of files like location.hh generated by the C++ skeleton. The includes in the other output files require this fix. * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories for expected output files. (Output files): Add a test for the above.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Always put auxiliary code files in the same dir as other output files.
|
||||
* src/files.c (compute_file_name_parts): When the user specifies
|
||||
--output but not --file-prefix, extract the directory prefix from the
|
||||
file prefix not from the grammar file name. This affects the location
|
||||
of files like location.hh generated by the C++ skeleton. The includes
|
||||
in the other output files require this fix.
|
||||
* tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
|
||||
for expected output files.
|
||||
(Output files): Add a test for the above.
|
||||
|
||||
2008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* gnulib: Update submodule to HEAD.
|
||||
|
||||
Reference in New Issue
Block a user