Isn't:

.ALIAS alias

target1 : alias
alias : target2 target3 target4


the same as:

alias := target2 target3 target4

target1: $(alias)

Fabio Alemagna wrote:

Hello,

I've submitted some days ago a patch to Make's patch manager, which
makes... Make support a new kind of special, builtin target, the
.ALIAS target.

I've got no feedback on the matter, so I thought that perhaps the
patch went unnoticed... that's why I'm opening a discussion here. In
case you're interested, the patch is discussed at
https://savannah.gnu.org/patch/?func=detailitem&item_id=3342

Regards,
Fabio Alemagna


_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to