From a0caebd09c541c381408137bcee381ed842e3b00 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 2 Feb 2004 07:33:02 +0000 Subject: [PATCH] Move the 'location-prefix' feature declaration to builtin.jam. [SVN r22129] --- v2/tools/builtin.jam | 2 ++ v2/tools/testing.jam | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/tools/builtin.jam b/v2/tools/builtin.jam index b5cd455af..1140c7b0f 100644 --- a/v2/tools/builtin.jam +++ b/v2/tools/builtin.jam @@ -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 diff --git a/v2/tools/testing.jam b/v2/tools/testing.jam index 4a1536ce2..6744499c1 100644 --- a/v2/tools/testing.jam +++ b/v2/tools/testing.jam @@ -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 ;