2
0
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:
Vladimir Prus
2004-02-02 07:33:02 +00:00
parent b82d2abbc0
commit a0caebd09c
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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 ;