2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Pass all sources to the 'achive' rule since it removed the previous

version.


[SVN r33253]
This commit is contained in:
Vladimir Prus
2006-03-07 11:41:53 +00:00
parent 3d403a1f5b
commit e7013c6504

View File

@@ -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 $(<) $(>)