Restore the Clean action as "together".

Jam splits the args according to MAXLINE, which was too large.
This commit is contained in:
François Revol
2013-09-30 04:02:20 +02:00
parent a11cd14453
commit ddb1aa7353
+1 -1
View File
@@ -5,7 +5,7 @@ actions Chmod1
}
# Overridden to allow spaces in file names.
actions piecemeal existing Clean
actions piecemeal together existing Clean
{
$(RM) "$(>)"
}