rmyorston / pdpmake

Public domain POSIX make
https://frippery.org/make
Other
103 stars 10 forks source link

Implement $+ macro #19

Closed illiliti closed 1 year ago

illiliti commented 1 year ago

The $+ macro shall be equivalent to $^, except that duplicates shall not be removed; all prerequisites shall appear in the order they were listed in the makefile.

More info: https://www.austingroupbugs.net/view.php?id=514

rmyorston commented 1 year ago

$+ and $^ are both now POSIX 202X features.

I see the Austin Group have been busy. Some other defect reports have been accepted.

Mostly these were already implemented as non-POSIX features so I'll just have to switch them to POSIX 202X. Expect more updates in due course.

illiliti commented 1 year ago

Nice, looking forward to them!