Drop the together keyword on the Clean action
Since the PM merge we now have way too many targets, here jam clean just fails in execve() due to too long arguments. jam clean is now very verbose but at least it works. Another option could be to override the Clean rule itself to clean in batch by splitting the list... Patches welcome.
This commit is contained in:
parent
6114dd1fc2
commit
787843b286
@ -5,7 +5,7 @@ actions Chmod1
|
||||
}
|
||||
|
||||
# Overridden to allow spaces in file names.
|
||||
actions piecemeal together existing Clean
|
||||
actions piecemeal existing Clean
|
||||
{
|
||||
$(RM) "$(>)"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user