Discussion about this post

User's avatar
Greg A. Woods's avatar

Nice, but only useful with plain old Unix Make, or maybe plain old GNU Make.

It's not much "help" for advanced make programs like BSD Make (or GNU Make where projects supply their own advanced macro packages) where the majority of targets are defined in the system-supplied macro package.

Also note that the "-l" option for "column" is non-standard. Better to use a special column separator character, such as a tab, to make it more portable.

BTW I had trouble with the basic REs in the sed expressions on NetBSD -- I just converted everything to full REs and used "sed -E" instead.

Expand full comment
mrno's avatar

"but please don’t use Make for new projects if you can avoid it!"

Why not? I've been recently learning it and I think its great for my purposes

Expand full comment
2 more comments...

No posts