mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
changes as per Toon Knapen
[SVN r18406]
This commit is contained in:
@@ -72,7 +72,7 @@ actions tru64cxx-Link-shared bind NEEDLIBS
|
||||
|
||||
rule Cc-action
|
||||
{
|
||||
cxx-Cc-action $(<) : $(>) ;
|
||||
tru64cxx-Cc-action $(<) : $(>) ;
|
||||
}
|
||||
|
||||
actions tru64cxx-Cc-action
|
||||
@@ -101,7 +101,7 @@ rule Archive-action
|
||||
actions updated together piecemeal tru64cxx-Archive-action
|
||||
{
|
||||
rm -f $(<)
|
||||
ar r$(ARFLAGS) $(<) $(>) cxx_repository/*
|
||||
ar r$(ARFLAGS) $(<) $(>)
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ actions tru64cxx-Link-shared bind NEEDLIBS
|
||||
|
||||
rule Cc-action
|
||||
{
|
||||
cxx-Cc-action $(<) : $(>) ;
|
||||
tru64cxx-Cc-action $(<) : $(>) ;
|
||||
}
|
||||
|
||||
actions tru64cxx-Cc-action
|
||||
@@ -101,7 +101,7 @@ rule Archive-action
|
||||
actions updated together piecemeal tru64cxx-Archive-action
|
||||
{
|
||||
rm -f $(<)
|
||||
ar r$(ARFLAGS) $(<) $(>) cxx_repository/*
|
||||
ar r$(ARFLAGS) $(<) $(>)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user