Adding --disable-tests, cleaning up whitespace
This commit is contained in:
Родитель
b13ba493d4
Коммит
eb28a6f09e
|
@ -270,23 +270,9 @@ sub FindMakefiles {
|
|||
print "\nConfiguring ... \n";
|
||||
unlink("$basedir/mozilla/config.cache");
|
||||
chdir("$basedir/mozilla");
|
||||
my $configure_cmd = "./configure --enable-standalone-modules=$root_modules --disable-ldap";
|
||||
my $configure_cmd = "./configure --enable-standalone-modules=$root_modules --disable-ldap --disable-tests";
|
||||
$rv = run_shell_command("$configure_cmd");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Construct a build/unix/modules.mk file, this let's us do
|
||||
# a top-level build instead of n gmake -C <dir> commands.
|
||||
|
@ -333,16 +319,6 @@ sub FindMakefiles {
|
|||
|
||||
close MODULESMK;
|
||||
|
||||
exit(1);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Now try and build.
|
||||
# Not a top-level build, but build each directory.
|
||||
print "\nBuilding ... \n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче