]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool: concatenate lib_SOURCES to a single line
authorPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 20:50:13 +0000 (21:50 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 22:44:38 +0000 (23:44 +0100)
commite3704b9c9859ec7b560f118a137668bbb2dd50ff
tree9abb7ada5e7e51957ed80cba3706a3a4dd37ecd0
parentf39477dba778e99392948dd3dd19ec0d46aee932
gnulib-tool: concatenate lib_SOURCES to a single line

* gnulib-tool: Refactor the line merging sed logic,
and use that to output a single lib_SOURCES line for each module.
gnulib using projects often postprocess this output to prepend
subdir paths to each item, and having a single line simplifies this
processing allowing better decoupling from the gnulib-tool output.
This avoids a new issue with coreutils where it failed to prepend
a path on the new {get,set}-permissions.c items (which were
on continued lines in modules/acl-permissions).
ChangeLog
gnulib-tool