From 8bcd63ab247d553acaed7342b5c919072eef4422 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 16 May 2003 12:00:50 +0000 Subject: [PATCH] Remove ECHO. I'm not sure if it was for debugging or not, but the list of all actions that jam could possibly execute is not good-looking. E.g: gcc.compile gcc.link-dll gcc.compile gcc.link ...found 19 targets... ...updating 9 targets... MkDir1 app/bin/gcc MkDir1 app/bin/gcc/debug MkDir1 app/bin/gcc/debug/main-target-app compile app/bin/gcc/debug/main-target-app/app.o [SVN r18418] --- src/build/virtual-target.jam | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/build/virtual-target.jam b/src/build/virtual-target.jam index 0119ab0ad..7057ce7a8 100644 --- a/src/build/virtual-target.jam +++ b/src/build/virtual-target.jam @@ -613,8 +613,6 @@ rule action ( targets + : sources * : action-name + : property-set ? ) # be passed to 'set-target-variables' toolset.set-target-variables $(self.action-name[1]) $(actual-targets) : $(properties) ; - - ECHO $(self.action-name) ; modules.call-locally $(self.action-name) $(actual-targets)