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


Ignore:
Timestamp:
Oct 27, 2007, 7:10:45 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Ubuntu 7.10 support added
  • pbinit executed after filtering (solves configure.in issue)
  • pbinit itself filtered (allow for mondo doc support)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r262 r265  
    254254                next;
    255255            }
     256            $bfiles{"pbinit"} = "$pbpkg/pbinit";
    256257            print $LOG "DEBUG bfiles: ".Dumper(\%bfiles)."\n" if ($debug >= 1);
    257258
     
    277278            print $LOG "No Build files found for ".join(',',@notfound)."\n";
    278279        }
    279         # Prepare the dest directory for archive
    280         if (-x "$ENV{'PBCONF'}/$pbpkg/pbinit") {
    281             #pb_system("cd $dest ; $ENV{'PBCONF'}/$pbpkg/pbinit","Executing init script $ENV{'PBCONF'}/$pbpkg/pbinit");
    282             print $LOG "Executing init script $ENV{'PBCONF'}/$pbpkg/pbinit\n";
    283             system("cd $dest ; $ENV{'PBCONF'}/$pbpkg/pbinit");
    284         }
    285 
    286280        # Get the generic filter (all.pbf) and
    287281        # apply those to the non-build files including those
     
    299293        }
    300294        print $LOG "Files ".$liste."have been filtered\n";
     295
     296        # Prepare the dest directory for archive
     297        if (-x "$ENV{'PBCONF'}/$pbpkg/pbinit") {
     298            pb_system("cd $dest ; $ENV{'PBCONF'}/$pbpkg/pbinit","Executing init script $ENV{'PBCONF'}/$pbpkg/pbinit");
     299        }
    301300
    302301        # Archive dest dir
Note: See TracChangeset for help on using the changeset viewer.