On 21 Feb 2004 00:31:49 -0000, [EMAIL PROTECTED] wrote: >gstein 2004/02/20 16:31:49 > > Modified: . build.conf configure.in > build apr_rules.mk.in gen-build.py > Log: > Fix the generation of the build-outputs.mk file. That file must remain > platform independent since it gets included with the tarball, and the > tarball is targeted for all platforms.
This works well for OS/2 now with just one exception. In apr/misc there's an os2 subdirectory that contains only the random number generation code which is #included from the unix directory's rand.c. The old buildconf didn't try to make in misc/os2 because no Makefile.in existed there. It would be easy enough to move the file into the unix directory as, say, randbyte_os2.inc (the .inc is so it doesn't get added to the build list) & change rand.c to conditionally include that instead. Does anyone have a better idea? -- ______________________________________________________________________________ | Brian Havard | "He is not the messiah! | | [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian | ------------------------------------------------------------------------------
