Re: function uniq in make

2018-08-06 Thread Tim Murphy
You could try to write a new function and get it accepted but don't forget that there is a mechanism for loadable modules that allows you to make functions which can be dynamically loaded into an existing version of gnu make. Regards, Tim On Mon, 6 Aug 2018, 05:32 , wrote: > Hi, > > I miss the

function uniq in make

2018-08-06 Thread clemens1509
Hi,   I miss the function 'uniq' without sorting.   The function is useful to reduce include path list in huge and automatically generated Makefile projects. An example is AutoSar. Benefits are: - acceleration - commandline limitations of some cross compiler - easyer to read commandline.  

Re: [PATCH 2/2] job.c: implementing child_execute_job() using posix_spawn(), and use it if present

2018-08-06 Thread Barath Aron
On 08/05/2018 02:50 PM, Paul Smith wrote: I pushed these changes to Git yesterday. Please verify it works in your environment. Commit that I used: a1bb739165a944769cbb4a6e4f027ac9c2587122 Threos libc does not support the write of 'environ'. Thus, I had to add minor changes. Some part of it