Re: Fixing broken djgpp support in make 3.81

2008-01-15 Thread Juan Manuel Guerrero
Hello Paul: [snip] > It seems like the amount of change you've made will require > copyright assignment. I see you've already done some of these, > for Bison etc., but if you need paperwork let me know. Please send the required paperwork to me or let me known where I can get it and I will sign t

Re: Fixing broken djgpp support in make 3.81

2008-01-14 Thread Paul Smith
On Tue, 2008-01-15 at 01:32 +0100, Juan Manuel Guerrero wrote: > /* Handle other OSs. */ > #ifndef PATH_SEPARATOR_CHAR > # if defined(HAVE_DOS_PATHS) > # define PATH_SEPARATOR_CHAR ';' > # define IS_PATHSEP(c) ((c) == '/' || (c) == '\\') > # define HAVE_DRIVE(n) ((n)[0] && (n)[1] ==

Re: Fixing broken djgpp support in make 3.81

2008-01-14 Thread Juan Manuel Guerrero
Am Samstag, 22. Dezember 2007 13:12 schrieb Eli Zaretskii: > > I have appended a small patch that shows the things I had to change to get a > > working make binary. That patch is not intended to be used. It shall only > > show the code lines that may need to be adjusted to solve the problems.

Re: Fixing broken djgpp support in make 3.81

2007-12-22 Thread Eli Zaretskii
> From: Juan Manuel Guerrero <[EMAIL PROTECTED]> > Date: Thu, 15 Nov 2007 05:39:46 +0100 > Cc: > > I have appended a small patch that shows the things I had to change to get a > working make binary. That patch is not intended to be used. It shall only > show the code lines that may need to be a

Fixing broken djgpp support in make 3.81

2007-11-20 Thread Juan Manuel Guerrero
The djgpp specific support of make 3.81 is brocken. There are two sources for this: 1) failure of the compilation stage. It is not possible to compile the sources out-of-the-box because: - configh.dos defines HAVE_SYS_SIGLIST instead of HAVE_DECL_SYS_SIGLIST what is the macro name that