| Store | Cart

Re: AmigaOS / Configure

From: Jarkko Hietaniemi <j...@iki.fi>
Sat, 10 Oct 2015 09:17:26 -0400
On Saturday-201510-10 9:06, H.Merijn Brand wrote:
> I'm working backwards to get Configure in sync with meta again, when I> ran into this one:>>   echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4>   case "$eagain" in>   '')> -	case "$d_fork:$d_pipe" in> +	case "$d_fork:$d_pipe:$d_alarm" in>   	define:define)>   	$cat head.c > try.c>   	$cat >>try.c <<EOCP>> Commit 683e3b31e8b72ccea0ba577bdee2bc58caa738ad turns this into a case> that will *never* match>> What should the next line be? It should at least have TWO colons

(this time "Reply All"...)

Argh.  My bad.

It should be define:define:define.  I was trying to stop the test that 
uses alarm() being compiled in places where alarm() does not exist.

>

Recent Messages in this Thread
H.Merijn Brand Oct 10, 2015 01:06 pm
Jarkko Hietaniemi Oct 10, 2015 01:17 pm
Messages in this thread