logo       


r9757 - trunk/fundev/Sources/lib/jam: msg#00054

Subject: r9757 - trunk/fundev/Sources/lib/jam
Author: housel
Date: Fri Jan 21 15:58:33 2005
New Revision: 9757

Modified:
   trunk/fundev/Sources/lib/jam/jam-target-build.dylan
Log:
Bug: 7003
Insure that all dependencies of a target are bound before invoking an action
that builds it.


Modified: trunk/fundev/Sources/lib/jam/jam-target-build.dylan
==============================================================================
--- trunk/fundev/Sources/lib/jam/jam-target-build.dylan (original)
+++ trunk/fundev/Sources/lib/jam/jam-target-build.dylan Fri Jan 21 15:58:33 2005
@@ -45,6 +45,22 @@
         
         // recursively bind dependencies
         do(curry(bind-aux, time-target), target.target-depends);
+        let seen = make(<object-set>);
+        for(depend in target.target-depends)
+          bind-aux(time-target, depend);
+        end for;
+        add!(seen, target);
+
+        for (invocation in target.target-action-invocations)
+          for (target in invocation.action-invocation-targets)
+            unless (member?(target, seen))
+              for(depend in target.target-depends)
+                bind-aux(time-target, depend)
+              end for;
+              add!(seen, target);
+            end unless;
+          end for;
+        end for;
         
         // bind includes target
         if (target.target-includes-target)
@@ -197,6 +213,10 @@
         
         target.target-build-progress := #"active";
 
+        unless (target.target-build-status > $build-status-init)
+          error("target %s was never bound", target.target-name);
+        end;
+        
         if (target.target-build-status > $build-status-stable)
           with-jam-target(jam, target)
             for (invocation in target.target-action-invocations)
-- 
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter



Ruby Jobs
Java Jobs
Jobs in California
more...
what
job title, keywords
where
city, state, zip
jobs by job search
Search:
Java, servers, webhosting, windows, cisco ...
more...
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
encryption.gpg....    ietf.rfc822/199...    freebsd.devel.i...    lang.haskell.li...    mail.squirrelma...    web.zope.plone....    yellowdog.gener...    text.xml.xalan....    recreation.phot...    kde.devel.educa...    hardware.bus.ca...    printing.ghosts...    voip.peering/20...    assembly/2006-0...    org.user-groups...    culture.interne...    network.i2p/200...    boot-loaders.ya...    xfree86.render/...    qnx.openqnx.dev...    jakarta.velocit...    user-groups.pal...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe