mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Minor stylistic code change in Boost Build's build/property-set.jam module.
[SVN r47539]
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
import "class" : new ;
|
||||
import feature ;
|
||||
import path ;
|
||||
import project ;
|
||||
import property ;
|
||||
import sequence ;
|
||||
import set ;
|
||||
@@ -378,8 +380,6 @@ rule create-with-validation ( raw-properties * )
|
||||
#
|
||||
rule create-from-user-input ( raw-properties * : jamfile-module location )
|
||||
{
|
||||
import project ;
|
||||
import path ;
|
||||
local specification = [ property.translate-paths $(raw-properties)
|
||||
: $(location) ] ;
|
||||
specification = [ property.translate-indirect $(specification)
|
||||
|
||||
Reference in New Issue
Block a user