[Scons-users] Command builder multiple targets and multiple sources for a single command

Daan De Meyer daan.j.demeyer at gmail.com
Fri Jan 31 09:40:05 EST 2020


Hi,

Is it possible to run a Command builder that produces multiple targets and
takes multiple sources for a single command?

As an example, I'm in a scenario where I have to run a make build in scons.
My idea of doing this was with the command builder where I list the archive
containing the source code along with a set of patch files as the sources
and everything produced by the make install step as the targets. The actual
command is then a string of shell commands that unpack the archive, call
./configure and then call make install. However, scons fails saying there
are dependency cycles between the header files that I list as the command
outputs. Is this correct usage of the command builder or am I using it
wrong?

Regards,

Daan De Meyer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20200131/f92e1ab7/attachment.html>


More information about the Scons-users mailing list