[haiku-commits] haiku: hrev46143 - build/jam

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 30 Sep 2013 02:27:27 +0200 (CEST)

hrev46143 adds 1 changeset to branch 'master'
old head: 6114dd1fc24f386774103d8b751794405f2470ad
new head: 787843b28602da0d5943cad1a7355ed3bd7bb9d3
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=787843b+%5E6114dd1

----------------------------------------------------------------------------

787843b: 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.

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46143
Commit:      787843b28602da0d5943cad1a7355ed3bd7bb9d3
URL:         http://cgit.haiku-os.org/haiku/commit/?id=787843b
Author:      François Revol <revol@xxxxxxx>
Date:        Mon Sep 30 00:23:17 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
build/jam/OverriddenJamRules | 2 +-

----------------------------------------------------------------------------

diff --git a/build/jam/OverriddenJamRules b/build/jam/OverriddenJamRules
index 00548e5..e5d20b7 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) "$(>)"
 }


Other related posts: