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

Add common-stage-tag back in for backward compatability.

[SVN r20832]
This commit is contained in:
Rene Rivera
2003-11-17 17:57:57 +00:00
parent 01bcd3e71b
commit 4008fbb995

View File

@@ -2692,3 +2692,7 @@ rule common-names ( )
{
return common-variant-tag ;
}
rule common-stage-tag ( toolset variant : subvariant-path properties * )
{
return [ common-variant-tag $(toolset) $(variant) : $(subvariant-path) $(properties) ] ;
}