bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #16928] Request for unique() function


From: Robert Bogomip
Subject: [bug #16928] Request for unique() function
Date: Fri, 02 May 2014 21:17:04 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #1, bug #16928 (project make):

Have you seen the _uniq_ function from the make standard library?


uniq = $(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?16928>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]