Changeset 453 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
May 27, 2008, 2:06:09 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Sort output of build files
  • adds pbrepo entry when using newproj
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r452 r453  
    566566            push @notfound,$b if ($build{$b} =~ /no/);
    567567        }
    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);
    570570        # Get the generic filter (all.pbf) and
    571571        # apply those to the non-build files including those
Note: See TracChangeset for help on using the changeset viewer.