From 787843b28602da0d5943cad1a7355ed3bd7bb9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 30 Sep 2013 02:23:17 +0200 Subject: [PATCH] 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. --- build/jam/OverriddenJamRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/OverriddenJamRules b/build/jam/OverriddenJamRules index 00548e559e..e5d20b7cf4 100644 --- a/build/jam/OverriddenJamRules +++ b/build/jam/OverriddenJamRules @@ -5,7 +5,7 @@ actions Chmod1 } # Overridden to allow spaces in file names. -actions piecemeal together existing Clean +actions piecemeal existing Clean { $(RM) "$(>)" }