Follow-up Comment #2, bug #66050 (group make):

> Are you suggesting a way to always build prerequisites
> in an order sorted by their name?

The opposite: build *WILDCARD* prerequisites
in an order *NOT* sorted by their name.

$ touch {a..z}

# Current:
$ make -E "all: *; @echo $^"
a b c d e f g h i j k l m n o p q r s t u v w x y z

# Proposed enhancement with GLOB_NOSORT on ext4 fs:
$ make -E "all: *; @echo $^"
k g j t y l c i f a s e o u b r v z h n x p m q w d



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66050>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to