On Fri, 2013-04-19 at 12:36 +0300, Eli Zaretskii wrote:
> Also, where is the best place to put the emulated Posix functions?
> Some new file in w32/compat/? 

I'd like to see it there.  I'm thinking I want to move the new stuff out
of job.c even for POSIX systems.  The ifdefs are really getting to me.
I was thinking of creating a "posix.c" file for example.  The problem is
there's a lot of variation even in POSIX, and there's a lot of POSIX-y
stuff we actually do use in Windows too.  We might need to break it down
further than just "posix.c".

For this feature I probably won't have a clear feel for how to split it
until I see what the Windows version looks like.

Anyway I'll probably wait until after the next release to do major
renovations.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to