(java) jcf-write win32 fix

Mumit Khan khan@xraylith.wisc.EDU
Mon Apr 12 22:52:00 GMT 1999


Mark Mitchell <mark@codesourcery.com> writes:
> >>>>> "Mumit" == Mumit Khan <khan@xraylith.wisc.EDU> writes:
> 
>     Mumit> The following trivial patch is needed when using non-POSIX
>     Mumit> Microsoft C RTL which implements mkdir without the
>     Mumit> permission bits. DJGPP folks -- please check if you need
>     Mumit> this as well.
> 
> Wouldn't it be better just to autoconf this kind of stuff?  You could,
> depending on the output of autoconf, do:
> 
>   #define mkdir(dir, bits) mkdir (dir)
> 
> right?
> 

Seems like the canned response to most of my patchlets ;-)

Good idea. I was thinking of doing it via the config files, but autoconf
is a the right way to go for something like this. I'll resubmit.  

Mumit



More information about the Gcc-patches mailing list