[Scons-users] depending PHONY targets
Endre Bak
ebak32 at gmail.com
Sun Jan 17 05:31:17 EST 2016
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160117/fc9f2af0/attachment.html>
More information about the Scons-users
mailing list