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


Ignore:
Timestamp:
Feb 3, 2012, 12:17:04 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4487@cabanilles: bruno | 2012-02-01 16:21:48 +0100

  • Fix the -t option without param for pb
  • add a function to analyze busybox countent and create appropriate structure for pbmkbm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1401 r1402  
    544544if (defined $opts{'t'}) {
    545545    $pbtarget = $opts{'t'};
    546     # GetOptions may create an empty string, we use internally undef for that type of target
    547     if ($pbtarget eq "") {
    548         $pbtarget = undef;
    549     }
    550546}
    551547
     
    39993995
    40003996# Get list of distributions for which we need to generate build files if no target
    4001 if (not defined ($pbtarget)) {
     3997if (not defined $pbtarget) {
    40023998    my @pt = pb_conf_get_if("vmlist","velist","rmlist");
    40033999    if (defined $pt[0]->{$ENV{'PBPROJ'}}) {
Note: See TracChangeset for help on using the changeset viewer.