Changeset 1908 in ProjectBuilder


Ignore:
Timestamp:
Oct 10, 2014, 12:03:41 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • prepve phase now working
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1907 r1908  
    20462046            ($pbver,$pbtag) = split(/-/,$vertag);
    20472047
    2048             if (($cmt eq "Sources") || ($cmt =~ /(V[EM]|RM)build/)) {
     2048            if (($cmt eq "Sources") || ($cmt =~ /(V[EM]|RM)(build|prep)/)) {
    20492049                $src = "$src $ENV{'PBDESTDIR'}/$pbpkg-$pbver$pbextdir.tar.gz $ENV{'PBDESTDIR'}/$pbpkg-$pbver$pbextdir.pbconf.tar.gz";
    20502050                if ($cmd eq "") {
     
    25032503        }
    25042504        $cptarget = "$tpdir/$homedir/$tdir";
    2505         if ($cmt eq "VEbuild") {
     2505        if ($cmt =~ /VE(build|prep)/) {
    25062506            $cp2target = "$tpdir/$homedir/$bdir";
    25072507        }
     
    25342534        $cpcmd = "$scpcmd $keyopt -p -o NoHostAuthenticationForLocalhost=yes -P $nport";
    25352535        $cptarget = "$mac:$tdir";
    2536         if ($cmt =~ /^(V|R)Mbuild/) {
     2536        if ($cmt =~ /^(V|R)M(build|prep)/) {
    25372537            $cp2target = "$mac:$bdir";
    25382538        }
     
    30763076    $pbstep = 3;
    30773077}
     3078
     3079pb_log(1,"Entering in pb_build2v ($action in $vtype) \n");
    30783080
    30793081# We prepare scripts for all V of this vtype to allow sharing that part
Note: See TracChangeset for help on using the changeset viewer.