[bug #16928] Request for unique() function

2014-05-02 Thread Robert Bogomip
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:

[bug #16928] Request for unique() function

2006-06-23 Thread anonymous
URL: Summary: Request for unique() function Project: make Submitted by: None Submitted on: Friday 06/23/2006 at 19:49 UTC Severity: 3 - Normal It