Changeset 453 in ProjectBuilder
- Timestamp:
- May 27, 2008, 2:06:09 AM (17 years ago)
- Location:
- devel/pb
- Files:
-
- 2 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 -
devel/pb/lib/ProjectBuilder/Env.pm
r452 r453 350 350 #pburl $ENV{'PBPROJ'} = dir:///src/$ENV{'PBPROJ'}-devel 351 351 352 # Repository 353 #pbrepo $ENV{'PBPROJ'} = ftp://ftp.$ENV{'PBPROJ'}.org 354 352 355 # Check whether project is well formed 353 356 # (containing already a directory with the project-version name)
Note:
See TracChangeset
for help on using the changeset viewer.