From e7013c65045cc7fcd5b2d85f24643fa775ca10d9 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 7 Mar 2006 11:41:53 +0000 Subject: [PATCH] Pass all sources to the 'achive' rule since it removed the previous version. [SVN r33253] --- v2/tools/hp_cxx.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/tools/hp_cxx.jam b/v2/tools/hp_cxx.jam index 12671259e..ae7d48c19 100644 --- a/v2/tools/hp_cxx.jam +++ b/v2/tools/hp_cxx.jam @@ -37,7 +37,7 @@ feature.extend c++abi : cxxarm ; # Inherit from Unix toolset to get library ordering magic. toolset.inherit hp_cxx : unix ; -generators.override builtin.lib-generator : hp_cxx.prebuilt ; +generators.override hp_cxx.prebuilt : builtin.lib-generator ; generators.override hp_cxx.prebuilt : builtin.prebuilt ; generators.override hp_cxx.searched-lib-generator : searched-lib-generator ; @@ -163,7 +163,7 @@ actions compile.c++ # Always create archive from scratch. See the gcc toolet for rationale. RM = [ common.rm-command ] ; -actions updated together piecemeal archive +actions together piecemeal archive { $(RM) "$(<)" ar rc $(<) $(>)