This commit is contained in:
mcafee%netscape.com 2002-05-10 01:28:44 +00:00
Родитель ef6b392b3c
Коммит e847cf2ec0
1 изменённых файлов: 7 добавлений и 13 удалений

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

@ -15,14 +15,16 @@
# * Based on this resulting tree, allmakefiles.sh is generated
# on the fly with a module name "bootstrap". modules.mk file
# generated with DIRS in leaf-first order.
# * A build is attemped with this configure option:
# --enable-standalone-modules=bootstrap
# * A build is attempted with this configure option:
# --enable-standalone-modules=bootstrap --disable-ldap --disable-tests
#
# Bug: currently, the build descends into the nspr configure
# and never comes back, bailing with the error
# "configure: warning: Recreating autoconf.mk with updated nspr-config output"
# Example usage, to build xpcom:
#
# cvs co mozilla/tools/module-deps/bootstrap.pl
# mozilla/tools/module-deps/bootstrap.pl --module=xpcom
#
use strict;
use File::Find();
@ -304,14 +306,6 @@ sub FindMakefiles {
# Add in our hack
print MODULESMK "BUILD_MODULE_DIRS := config build include $dirs_string_no_mozilla\n";
# Recursively decend the tree looking for Makefiles
#File::Find::find(\&FindMakefiles, @dirs);
# Write Makefiles out to allmakefiles.sh.
#foreach (@foundMakefiles) {
# print MODULESMK "$_\n";
#}
close MODULESMK;
# Now try and build.