mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Don't ECHO random information to the user. Man, was I tired
[SVN r19830]
This commit is contained in:
@@ -91,7 +91,6 @@ rule init ( docbook-xsl-dir ? : docbook-dtd-dir ? )
|
||||
local native-search-dirs = [
|
||||
sequence.transform path.native : $(search-dirs)
|
||||
] ;
|
||||
ECHO $(search-dirs) ;
|
||||
local boostbook-xsl-dir = [ GLOB $(native-search-dirs) : xsl ] ;
|
||||
local boostbook-dtd-dir = [ GLOB $(native-search-dirs) : dtd ] ;
|
||||
.boostbook-xsl-dir = [ path.make $(boostbook-xsl-dir[1]) ] ;
|
||||
|
||||
@@ -91,7 +91,6 @@ rule init ( docbook-xsl-dir ? : docbook-dtd-dir ? )
|
||||
local native-search-dirs = [
|
||||
sequence.transform path.native : $(search-dirs)
|
||||
] ;
|
||||
ECHO $(search-dirs) ;
|
||||
local boostbook-xsl-dir = [ GLOB $(native-search-dirs) : xsl ] ;
|
||||
local boostbook-dtd-dir = [ GLOB $(native-search-dirs) : dtd ] ;
|
||||
.boostbook-xsl-dir = [ path.make $(boostbook-xsl-dir[1]) ] ;
|
||||
|
||||
Reference in New Issue
Block a user