[Scons-users] scons 'Install' builder could not recognize file changed
Dirk Bächle
tshortik at gmx.de
Sat Jul 5 09:54:34 EDT 2014
On 05.07.2014 15:20, Ronex Dicapriyo wrote:
> Hello Dirk,
>
> Previously As you have mentionoed before the reason for the file
> didn't get copied as below:
> "you are calling SCons with the explicit target "main", so the
> Default() targets don't get selected"
>
> In my example I want the file(any file used in Install builder for
> copy) get copied in the common directory, even when I call with main
> target. (If it's modified)
>
> But I think I am asking for the wrong behaviour.
>
Well, I don't know if this helps...but one option would be to rename
your current "install" Alias to "all", and then add the "main" target to
it. Then you could call "scons all", which would try to built
"main+install".
Dirk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20140705/6f8511f3/attachment.html>
More information about the Scons-users
mailing list