Changeset 100


Ignore:
Timestamp:
09/04/07 01:21:53 (6 years ago)
Author:
bruno
Message:

Should not clean PBBUILDDIR at first !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Base.pm

    r99 r100  
    155155# 
    156156$ENV{'PBBUILDDIR'}=$topdir."/build"; 
    157 pb_rm_rf($ENV{'PBBUILDDIR'}) if (-d "$ENV{'PBBUILDDIR'}"); 
    158157pb_mkdir_p($ENV{'PBBUILDDIR'}) || die "Unable to recursively create $ENV{'PBBUILDDIR'}"; 
    159158 
Note: See TracChangeset for help on using the changeset viewer.