bug-make
[Top][All Lists]
Advanced

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

[bug #52076] wildcard/glob should be sorted


From: Bernhard M.
Subject: [bug #52076] wildcard/glob should be sorted
Date: Thu, 12 Oct 2017 04:06:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #14, bug #52076 (project make):

individual globs are sorted, i.e. I got
z1 y1 x1 y2

from
<pre>
# cat Makefile
test: prep
        echo $(wildcard **1 **2)
prep:
        touch z1 y1 y2 x1
</pre>
so the use-cases should be fine. 
Not sure why it is reverse order, but that should not matter much.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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