Re: RFC Re: [PATCH] Shorter object file names under subdir-objects

2017-04-26 Thread Thomas Martitz
Am 26.04.2017 um 13:49 schrieb Mathieu Lirzin:). Currently there are two test scripts included: one checks for the object file names to see if they are truncated (or not). Since Automake doesn't provide any garantee about object file names. I don't think we need to include such test in the t

Re: RFC Re: [PATCH] Shorter object file names under subdir-objects

2017-04-26 Thread Mathieu Lirzin
Hello, Thomas Martitz writes: > Am 23.04.2017 um 18:39 schrieb Mathieu Lirzin: > >>> From 8cd0a71abac70bbdcaac804dc7964fa9f34753a0 Mon Sep 17 00:00:00 2001 >>> From: Thomas Martitz >>> Date: Mon, 13 Mar 2017 12:41:59 +0100 >>> Subject: [PATCH 1/3] Shorter object file names under subdir-objects

Re: RFC Re: [PATCH] Shorter object file names under subdir-objects

2017-04-24 Thread Thomas Martitz
Am 23.04.2017 um 18:39 schrieb Mathieu Lirzin: Hello Thomas, Thomas Martitz writes: good news: I found a solution. Great! You have been fast. :) You too! I have implemented a solution. Basically the file name truncation is disabled if the are programs or libs that have identical nam

Re: RFC Re: [PATCH] Shorter object file names under subdir-objects

2017-04-23 Thread Mathieu Lirzin
Hello Thomas, Thomas Martitz writes: > good news: I found a solution. Great! You have been fast. :) > I have implemented a solution. Basically the file name truncation is > disabled if the are programs or libs that have identical names. Please > tell me if that's sufficient. I am still busy

RFC Re: [PATCH] Shorter object file names under subdir-objects

2017-04-21 Thread Thomas Martitz
Hello Matieu, good news: I found a solution. Am 19.04.2017 um 12:54 schrieb Mathieu Lirzin: Hello, Thomas Martitz writes: Am 13.04.2017 um 14:59 schrieb Mathieu Lirzin: I have not spent a long time digging through the mailing list archive, There seem to have a lot of mail related to subd

Re: [PATCH] Shorter object file names under subdir-objects

2017-04-19 Thread Mathieu Lirzin
Hello, Thomas Martitz writes: > Am 13.04.2017 um 14:59 schrieb Mathieu Lirzin: > >> I have not spent a long time digging through the mailing list archive, >> There seem to have a lot of mail related to subdir-objects past bugs >> which makes it hard to find the information I am looking for. How

Re: [PATCH] Shorter object file names under subdir-objects

2017-04-19 Thread Thomas Martitz
Am 13.04.2017 um 14:59 schrieb Mathieu Lirzin: Hello Thomas, I have not spent a long time digging through the mailing list archive, There seem to have a lot of mail related to subdir-objects past bugs which makes it hard to find the information I am looking for. However I have found some questi

Re: [PATCH] Shorter object file names under subdir-objects

2017-04-13 Thread Mathieu Lirzin
Mathieu Lirzin writes: > See attached patch for more details. It adds a test which passes on > current 'minor' branch but fails when applied on top of your patch. The > intent is to allow you to reproduce the issue. Here is the missing attachment: >From 970d46d60e65e4c64e7ba6d4f0afa38c6f8620f

Re: [PATCH] Shorter object file names under subdir-objects

2017-04-13 Thread Mathieu Lirzin
Hello Thomas, I have not spent a long time digging through the mailing list archive, There seem to have a lot of mail related to subdir-objects past bugs which makes it hard to find the information I am looking for. However I have found some questions which relates to the change you are proposing

Re: [PATCH] Shorter object file names under subdir-objects

2017-03-31 Thread Mathieu Lirzin
Hello Thomas, Thomas Martitz writes: > Am 13.03.2017 um 14:19 schrieb Thomas Martitz: >> Mathieu, based on your reaction on the other thread, I reworked my patch. >> > > have you had a chance to look at my reworked patch? Unfortunately I didn't find the time to search for Potential/Historical i

Re: [PATCH] Shorter object file names under subdir-objects

2017-03-31 Thread Thomas Martitz
Am 13.03.2017 um 14:19 schrieb Thomas Martitz: Mathieu, based on your reaction on the other thread, I reworked my patch. Hello Mathieue, have you had a chance to look at my reworked patch? Best regards.

Re: [PATCH] Shorter object file names under subdir-objects

2017-03-13 Thread Thomas Martitz
Hello Peter, thanks for your feedback. I'll post an update, but I'd like to wait for Mathieu's feedback too. Am 13.03.2017 um 15:15 schrieb Peter Rosin: Hi! FWIW, I like this (assuming Mathieu doesn't dig up some road block). On 2017-03-13 14:19, Thomas Martitz wrote: Mathieu, based on your

Re: [PATCH] Shorter object file names under subdir-objects

2017-03-13 Thread Peter Rosin
Hi! FWIW, I like this (assuming Mathieu doesn't dig up some road block). On 2017-03-13 14:19, Thomas Martitz wrote: > Mathieu, based on your reaction on the other thread, I reworked my patch. > > This supersedes my other patch, "[PATCH] new option: object-shortname". > It is functionally the >

[PATCH] Shorter object file names under subdir-objects

2017-03-13 Thread Thomas Martitz
CFLAGS) -g resulted in objects: sub/sub_foo-foo.o now object file name is: sub/foo-foo.o From 893ec001bf04a64e3f0ce56906e75590db17fa9c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 13 Mar 2017 12:41:59 +0100 Subject: [PATCH] Shorter object file names under subdir-objects With t