Re: [PATCH] new option: object-shortname

2016-08-29 Thread Thomas Martitz
Am 29.08.2016 um 04:17 schrieb Paul Eggert: Have you looked at the similar change that is planned for Automake 1.16? To build that, you can do this: I've looked previously but haven't found anything helpful. But perhaps I overlooked. I'll check again but can you give me a hint at which change

Re: [PATCH] new option: object-shortname

2016-08-28 Thread Paul Eggert
Have you looked at the similar change that is planned for Automake 1.16? To build that, you can do this: git clone -b minor git://git.savannah.gnu.org/automake.git cd automake ./bootstrap.sh ./configure --prefix=/your/favorite/directory make Assuming your needs aren't satisfied already by 1.16'

Re: [PATCH] new option: object-shortname

2016-07-25 Thread Thomas Martitz
Am 27.01.2016 um 09:50 schrieb Thomas Martitz: This option is intended to be used in conjunction with subdir-objects and Automake-time substitutions for included makefile fragments (%C%, %D%). It suppresses the generation path components in object filenames. Ping. Can anyone please review th

[PATCH] new option: object-shortname

2016-01-27 Thread Thomas Martitz
This option is intended to be used in conjunction with subdir-objects and Automake-time substitutions for included makefile fragments (%C%, %D%). It suppresses the generation path components in object filenames. It should equivalent to setting %C%_foo_SHORTNAME=foo, except it can work if the make

[PATCH] new option: object-shortname

2016-01-27 Thread Thomas Martitz
This option is intended to be used in conjunction with subdir-objects and Automake-time substitutions for included makefile fragments (%C%, %D%). It suppresses the generation path components in object filenames. It should equivalent to setting %C%_foo_SHORTNAME=foo, except it can work if the make