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:
@@ -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 $(<) $(>)
|
||||
|
||||
Reference in New Issue
Block a user