From c713bf43c63841436d71e749c8bf9c19fdc68f62 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Fri, 10 May 2002 01:28:44 +0000 Subject: [PATCH] comments changes git-svn-id: svn://10.0.0.236/trunk@121236 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/module-deps/bootstrap.pl | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/mozilla/tools/module-deps/bootstrap.pl b/mozilla/tools/module-deps/bootstrap.pl index d3046f5794d..8ac90d88343 100755 --- a/mozilla/tools/module-deps/bootstrap.pl +++ b/mozilla/tools/module-deps/bootstrap.pl @@ -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.