help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: .ALIAS builtin pseudotarget


From: Noel Yap
Subject: Re: RFC: .ALIAS builtin pseudotarget
Date: Tue, 21 Sep 2004 18:31:30 -0400
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make





reply via email to

[Prev in Thread] Current Thread [Next in Thread]