2
0
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:
Jurko Gospodnetić
2008-07-18 06:41:47 +00:00
parent 3d3e5a349d
commit e7b6c4c506

View File

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