Changeset 100 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Base.pm


Ignore:
Timestamp:
Sep 4, 2007, 1:21:53 AM (17 years ago)
Author:
Bruno Cornec
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.