Changeset 17049 for util

Show
Ignore:
Timestamp:
07/14/07 05:19:37 (17 months ago)
Author:
audreyt
Message:

* expose third-party modules before building pugs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/build_pugs.pl

    r16502 r17049  
    216216 
    217217            if ($newest_hs_file and $oldest_a_file and $newest_hs_file >= $oldest_a_file) { 
    218                 # We are safe - no rebuild needed 
     218                # We are safe - no rebuild needed, but expose anyway 
    219219                print "*** Skipping building the '$module' dependency.\n\n"; 
     220                system($hc_pkg, expose => "pugs-$module"); 
    220221                next; 
    221222            }