Hi All,
I've got a question regarding 'jam clean': it looks to be defined
'piecemeal', as my Jambase shows:
actions piecemeal together existing Clean
{
$(RM) $(>)
}
However, when I compile my entire tree and run 'jam clean' on my Win2k box,
I get:
C:\src>jam clean
Compiler is Intel C/C++
...found 1 target...
...updating 1 target...
Clean clean
The following character string is too long:
-- cut --
I have searched through all of our Jam extensions, and we don't redefine the
actions on Clean anywhere, so I'm stumped. I thought the idea of piecemeal
was to break the commands into chunks which the OS could handle, correct?
Any guidance would be greatly appreciated.
Thanks,
Bryan