[Scons-users] depending PHONY targets

Bill Deegan bill at baddogconsulting.com
Sun Jan 17 11:54:04 EST 2016


Alias() ?

On Sun, Jan 17, 2016 at 4:05 AM, William Blevins <wblevins001 at gmail.com>
wrote:

> 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
>>
>>
>
> _______________________________________________
> 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/8c826c19/attachment.html>


More information about the Scons-users mailing list