Return to using clobber_all instead of distclean.

This commit is contained in:
seawood%netscape.com 2003-01-14 10:51:47 +00:00
Родитель 6494a15000
Коммит 1d63ec3b98
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -12,7 +12,7 @@ use strict;
# They are not initialized here. The default values are after "__END__".
$TreeSpecific::name = $TreeSpecific::build_target = $TreeSpecific::checkout_target = $TreeSpecific::clobber_target = $::Version = undef;
$::Version = '$Revision: 1.98 $ ';
$::Version = '$Revision: 1.99 $ ';
{
TinderUtils::Setup();
@ -30,7 +30,7 @@ sub tree_specific_overides {
$TreeSpecific::name = 'mozilla';
$TreeSpecific::build_target = 'alldep';
$TreeSpecific::checkout_target = 'checkout';
$TreeSpecific::clobber_target = 'distclean';
$TreeSpecific::clobber_target = 'clobber_all';
}