dcjones / mk

make remade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namelist support?

John-K opened this issue · comments

As per http://doc.cat-v.org/plan_9/4th_edition/papers/mk
this idiom doesn't work:
SRC=a.c b.c c.c
OBJ=${SRC:%.c=%.v}
and instead fails with:
don't know how to make ${SRC:%.c=%.v} in (blah....)

If this isn't the correct way to do it anymore, maybe some example mkfiles would help?

I just added support for namelists like plan9 mk. Thanks for bringing this up, it was sorely missing.