> From: Paul Smith <psm...@gnu.org>
> Date: Wed, 19 Nov 2014 11:19:30 -0500
> Cc: help-make@gnu.org
> 
> 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
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to