Hello! Fortunately this is the finally the last part. I have only a few comments on the configuration and test process.
testsuite: The testsuite works well if I compile with -DNO_CMD_DEFAULT and -DNO_CHDIR2. The only exception is features/default_names (Makefile and makefile are the same files) It fails with the follow error: *** Test died (features/default_names): test_driver.pl: 394: aort at test_driver.pl line 574. Could you please implement a sleep time of 2 sec for OS/2 (unlike 4 sec for DOS/Win)? Unfortunately I don't understand perl. uname prints "OS/2". configuration process: EMX doesn't support SA_RESTART, but MAKE_JOBSERVER runs also without it. To get it running I reverted to -------------------------------------- --- old/make-CVS/configure.in Fri May 10 03:15:08 2002 +++ gnu/make-3.79.2a1/configure.in Sat Jun 22 21:11:54 2002 @@ -231,8 +231,10 @@ [Define if <signal.h> defines the SA_RESTART constant.]) fi -case "$ac_cv_func_pipe/$ac_cv_func_sigaction/$make_cv_sa_restart/$has_wait_nohang/$make_cv_job_server" in - yes/yes/yes/yes/yes) +#case +"$ac_cv_func_pipe/$ac_cv_func_sigaction/$make_cv_sa_restart/$has_wait_nohang/$make_cv_job_server" + in +# yes/yes/yes/yes/yes) +case "$ac_cv_func_pipe/$ac_cv_func_sigaction/$has_wait_nohang/$make_cv_job_server" in + yes/yes/yes/yes) AC_DEFINE(MAKE_JOBSERVER, 1, [Define this to enable job server support in GNU make.]);; esac -------------------------------------- I hope I haven't missed a file or something else. ;-) Thanks, Andreas _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make