> From: Paul Smith <[email protected]>
> Date: Wed, 19 Nov 2014 11:19:30 -0500
> Cc: [email protected]
> 
> The wildcard function is described in the manual:
> http://www.gnu.org/software/make/manual/html_node/Wildcard-Function.html
> 
> It will read the contents of the directory and return values that match
> the shell globbing character.  So, this is returned in directory order
> which is essentially random.

In general, it's random, but on Windows it's sorted.

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to