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! |
> | [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian |
> ------------------------------------------------------------------------------
>
>
_______________________________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------