Changeset 84

Show
Ignore:
Timestamp:
02/12/06 23:47:34 (3 years ago)
Author:
laurentj
Message:

travail sur les scripts de build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/mkdist.php

    r82 r84  
    7171        break; 
    7272      } 
    73       if($m[3]=='') $m[3]=$m[2]; 
     73      if(!isset($m[3]) || $m[3]=='') $m[3]=$m[2]; 
    7474 
    7575      $destfile = $distdir.$currentdestdir.$m[3]; 
     
    8080            echo "process  ".$sourcedir.$currentsrcdir.$m[2]."\tto\t".$destfile."\n"; 
    8181        } 
    82            
     82 
    8383        $preproc->setVars($_ENV); 
    8484        $contents = $preproc->run(file_get_contents($sourcedir.$currentsrcdir.$m[2])); 
Download in other formats: Unified Diff Zip Archive