Arnt Gulbrandsen <ar...@gulbrandsen.priv.no> writes:
Matt Armstrong <matt+jamm...@lickey.com>
Doing it in a single action is impractical due to the limitations
of my shell (Win NT cmd.exe).
If you don't mind a bit of topic drift, I'm curious about
that. Could you describe what would happen?
Actually I don't think it is NT specific -- these "response files" are
huge, so they must be built with piecemeal actions. So, it isn't
possible to build all the response files with a single actions block.
Craig showed me how to build multiple targets by putting all of them
in $(<), but I think that gets too complex.
multiple-targets targetA targetB targetC : ... ;