issue#59691 - tentative patch to remake

2021-01-08 Thread Basile Starynkevitch
hen I will be retired (in 2 years) it would be simpler. -- Basile Starynkevitch (only mine opinions / les opinions sont miennes uniquement) 92340 Bourg-la-Reine, France web page: starynkevitch.net/Basile/

feature requests: $(__FILE__) and $(__LINE__) textual macros

2024-01-27 Thread Basile Starynkevitch
. RefPerSys meaning "reflective persistent system". Your opinion is appreciated on this new feature requests. Regards from near Paris in France. -- Basile Starynkevitch (only mine opinions / les opinions sont miennes uniquement) 92340 Bourg-la-Reine, France web page: starynk

Re: feature requests: $(__FILE__) and $(__LINE__) textual macros

2024-01-27 Thread Basile Starynkevitch
On 1/27/24 20:11, Paul Smith wrote: On Sat, 2024-01-27 at 18:06 +0100, Basile Starynkevitch wrote: For non-trivial GNUmakefile-s on Linux it would be nice to have a $(__FILE__) and $(__LINE__) textual macros of GNU make. It would be great if you could provide examples where these would be

Re: feature requests: $(__FILE__) and $(__LINE__) textual macros

2024-01-27 Thread Basile Starynkevitch
On 1/27/24 20:27, Basile Starynkevitch wrote: On 1/27/24 20:11, Paul Smith wrote: On Sat, 2024-01-27 at 18:06 +0100, Basile Starynkevitch wrote: For non-trivial GNUmakefile-s on Linux it would be nice to have a $(__FILE__) and $(__LINE__) textual macros of GNU make. It would be great if

Re: A question about submitting a new source code file

2024-04-07 Thread Basile Starynkevitch
of a software component (part of GCC compiler) which is written by an American person (Ian Taylor) see https://github.com/ianlancetaylor/libbacktrace Thanks for reading. -- Basile Starynkevitch (only mine opinions / les opinions sont miennes uniquement) 8 rue de la Faïencerie, 92340 Bou

suggestion: make --version should show .FEATURES

2025-01-13 Thread Basile Starynkevitch
(this would facilitate coding GNU makefile and configure scripts) Thanks for reading (from France). Regards. NB with others I am developing a developing a GPLv3+ inference engine on https://github.com/RefPerSys/RefPerSys/ -- Basile STARYNKEVITCH 8 rue de la Faïencerie 92340 Bourg-la

Re: Profiling Make builds

2025-07-23 Thread Basile Starynkevitch
The contents of this email and any attachments are > confidential and may also be privileged. (the content of Ross Burton's email cannot be confidential since sent on a public and archived mailing list) Regards from near Paris in France -- Basile STARYNKEVITCH

Re: Suggestion : warining when using == instead of = in a Makefile variable assignation

2025-07-28 Thread Basile Starynkevitch
t; conditional test? I believe this could help many users catch such typos early. > Certainly, and since GNU make is open source, you can contribute that improvement. You probably want to first find occurrences of '=' in its source code. I found about 30 occurrences of t