Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64493 - website/public_html/beta/feed
From: daniel_james_at_[hidden]
Date: 2010-07-31 05:27:24


Author: danieljames
Date: 2010-07-31 05:27:24 EDT (Sat, 31 Jul 2010)
New Revision: 64493
URL: http://svn.boost.org/trac/boost/changeset/64493

Log:
Rebuild rss if the item hashes change.
Text files modified:
   website/public_html/beta/feed/build.jam | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/build.jam
==============================================================================
--- website/public_html/beta/feed/build.jam (original)
+++ website/public_html/beta/feed/build.jam 2010-07-31 05:27:24 EDT (Sat, 31 Jul 2010)
@@ -39,6 +39,7 @@
         = [ property.select <python.interpreter> : $(properties) ] ;
     UPDATE_FILE on $(targets)
         = [ get <update-file> : $(properties) ] ;
+ DEPENDS $(targets) : [ get <update-file> : $(properties) ] ;
 }
 
 actions rss


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk