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.