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

Extend main-target-type to include possible values (duh).

[SVN r17527]
This commit is contained in:
Dave Abrahams
2003-02-19 11:25:50 +00:00
parent 20381b297d
commit d7fafd5216
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ rule register ( type : suffixes * : base-type ? : main ? )
}
feature.extend target-type : $(type) ;
feature.extend main-target-type : $(type) ;
feature.compose <target-type>$(type) : $(base-type:G=<base-target-type>) ;
feature.extend base-target-type : $(type) ;

View File

@@ -62,6 +62,7 @@ rule register ( type : suffixes * : base-type ? : main ? )
}
feature.extend target-type : $(type) ;
feature.extend main-target-type : $(type) ;
feature.compose <target-type>$(type) : $(base-type:G=<base-target-type>) ;
feature.extend base-target-type : $(type) ;