Changeset 453 in ProjectBuilder for devel/pb/bin
- Timestamp:
- May 27, 2008, 2:06:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r452 r453 566 566 push @notfound,$b if ($build{$b} =~ /no/); 567 567 } 568 pb_log(0,"Build files generated for ".join(',', @found)."\n");569 pb_log(0,"No Build files found for ".join(',', @notfound)."\n") if (@notfound);568 pb_log(0,"Build files generated for ".join(',',sort(@found))."\n"); 569 pb_log(0,"No Build files found for ".join(',',sort(@notfound))."\n") if (@notfound); 570 570 # Get the generic filter (all.pbf) and 571 571 # apply those to the non-build files including those
Note:
See TracChangeset
for help on using the changeset viewer.