- Timestamp:
- 07/14/07 05:19:37 (17 months ago)
- Files:
-
- 1 modified
-
util/build_pugs.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/build_pugs.pl
r16502 r17049 216 216 217 217 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 219 219 print "*** Skipping building the '$module' dependency.\n\n"; 220 system($hc_pkg, expose => "pugs-$module"); 220 221 next; 221 222 }
