Commits


import new version of make(1) From now on, make will be developed in a separate repo: https://github.com/realchonk/bmk This decision has been made, to make make be usable for other projects.


take CC from environment


make: minor fix


make: impl ??= assignment


sys: remove stale TODO


make: implement :Mpattern and :Npattern modifiers


cc1: fix compilation with gcc


cpp: fix compilation with gcc


irc: fix compilation with gcc


make: document new options in help page


make: update TODO


make: impl ${.MAKEFILES}


make: fix error message


make: impl $*


make: impl :H and :T modifiers


make: rename modifier :e to :R


make: fix :E modifier


make: impl :E and :e modifiers


make: refactor macro code


sys: fix out-of-tree build


make: impl :F modifier


make: add :U and :L modifiers


make: refactor subst2()


make: search for artifacts when building custom dirs


make: fix mkdir_p()