2
0
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:
Douglas Gregor
2003-08-28 12:28:15 +00:00
parent 20f3603f36
commit 2365fd8f04
2 changed files with 0 additions and 2 deletions

View File

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

View File

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