aboutsummaryrefslogtreecommitdiff
path: root/src/rule.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-14 23:59:39 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-14 23:59:39 +0000
commit5a32418a040e967887aa6e01e41abc22932471db (patch)
treeb43cd556e925cd07d2a25be622c7894a1c76e794 /src/rule.cpp
parentc831a3947d7ac517fceaf8981d56c5ddcdaf26b1 (diff)
downloadbuild-5a32418a040e967887aa6e01e41abc22932471db.tar.gz
build-5a32418a040e967887aa6e01e41abc22932471db.tar.bz2
build-5a32418a040e967887aa6e01e41abc22932471db.tar.xz
build-5a32418a040e967887aa6e01e41abc22932471db.zip
Made more changes, this one has a little extra debug, get the next one.
Diffstat (limited to 'src/rule.cpp')
-rw-r--r--src/rule.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rule.cpp b/src/rule.cpp
index 3ba4303..dcf62d4 100644
--- a/src/rule.cpp
+++ b/src/rule.cpp
@@ -81,8 +81,9 @@ StringList Rule::execute( Build &bld, StringList &lInput, PerformList &lPerf )
81 { 81 {
82 for( StringList::iterator i = lMine.begin(); i != lMine.end(); i++ ) 82 for( StringList::iterator i = lMine.begin(); i != lMine.end(); i++ )
83 { 83 {
84 for( StringList::iterator j = lProduces.begin(); 84 //for( StringList::iterator j = lProduces.begin();
85 j != lProduces.end(); j++ ) 85 // j != lProduces.end(); j++ )
86 StringList::iterator j = lProduces.begin();
86 { 87 {
87 VarMap mTmp; 88 VarMap mTmp;
88 std::string target = bld.replVars( (*j), (*i), NULL ); 89 std::string target = bld.replVars( (*j), (*i), NULL );