mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Move the 'location-prefix' feature declaration to builtin.jam.
[SVN r22129]
This commit is contained in:
@@ -53,6 +53,8 @@ feature linkflags : : free ;
|
||||
feature archiveflags : : free ;
|
||||
feature version : : free ;
|
||||
|
||||
feature.feature location-prefix : : free ;
|
||||
|
||||
# The following features are incidental, since
|
||||
# in themself they have no effect on build products.
|
||||
# Not making them incidental will result in problems in corner
|
||||
|
||||
@@ -54,7 +54,6 @@ rule init ( ) { }
|
||||
# The feature which controls the name of program used to
|
||||
# lanch test programs.
|
||||
feature.feature testing.launcher : : optional free ;
|
||||
feature.feature location-prefix : : free ;
|
||||
feature.feature test-info : : free incidental ;
|
||||
feature.feature testing.arg : : free incidental ;
|
||||
feature.feature testing.input-file : : free dependency ;
|
||||
|
||||
Reference in New Issue
Block a user