Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 1046 invoked by uid 500); 27 Mar 2001 14:32:33 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 999 invoked from network); 27 Mar 2001 14:32:33 -0000 Date: Tue, 27 Mar 2001 06:33:01 -0800 (PST) From: X-Sender: To: Apache Developers Mailing List , Brian Havard Subject: Re: Build order change needed In-Reply-To: <200103271351.f2RDptE23290@silk.apana.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Tue, 27 Mar 2001, Brian Havard wrote: > In order to get loadable modules building on OS/2, it would help if I > switch the build order so the server directory gets built before the > modules directory. Why? Because I need exports.c generated from which to > make the core export list which is needed to make the core import library > which the modules need to link against (whew!). > > Would it break anything if I did so? All I'm talking about doing is: It shouldn't break anything, go for it. Ryan > > Index: Makefile.in > =================================================================== > RCS file: /home/cvs/httpd-2.0/Makefile.in,v > retrieving revision 1.61 > diff -u -r1.61 Makefile.in > --- Makefile.in 2001/03/11 14:54:12 1.61 > +++ Makefile.in 2001/03/27 13:49:25 > @@ -1,5 +1,5 @@ > > -SUBDIRS = srclib modules os server support > +SUBDIRS = srclib os server modules support > > PROGRAM_NAME = $(progname) > PROGRAM_SOURCES = modules.c > > -- > ______________________________________________________________________________ > | Brian Havard | "He is not the messiah! | > | brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian | > ------------------------------------------------------------------------------ > > _______________________________________________________________________________ Ryan Bloom rbb@apache.org 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------