[Scons-users] depending PHONY targets

William Blevins wblevins001 at gmail.com
Sun Jan 17 07:05:08 EST 2016


I'm not sure what a PHONY target is unless maybe you are using the Make
concept?

On Sun, Jan 17, 2016 at 10:31 AM, Endre Bak <ebak32 at gmail.com> wrote:

> Ok, I guess it will do:
>
> def PhonyTarget(env=None, target=None, source=None, action=None):
> if not env: env = DefaultEnvironment()
> env.AlwaysBuild(env.Alias(target, source, action))
>
> On Sun, Jan 17, 2016 at 11:06 AM, Endre Bak <ebak32 at gmail.com> 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.
>>
>> Thanks
>>
>
>
> _______________________________________________
> 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/66fd006f/attachment.html>


More information about the Scons-users mailing list