[Scons-users] depending PHONY targets

Endre Bak ebak32 at gmail.com
Sun Jan 17 16:36:15 EST 2016


env.Alias looks promising. Thanks!

On Sun, Jan 17, 2016 at 6:34 PM, Tom Tanner <trtanner at btinternet.com> wrote:

> On 17/1/16 10:06, Endre Bak wrote:
>
>> Hello,
>>
>> Is it possible in scons to create PHONY targets which are depending on
>> other targets?
>> I haven't found any example for it.
>>
>>
>>
> You can either use env.Alias which gives a single alias to one or more
> other targets, or you can use env.Pseudo, which is a bit more like a make
> phony target, and also checks that the names target doesn't actually get
> built as a result of the build rule.
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160117/b700e66c/attachment.html>


More information about the Scons-users mailing list