mslemko@hinton:/tmp$ cat > Makefile
goober:
echo huh
mslemko@hinton:/tmp$ make
echo huh
huh
Make: bad wait code. Stop.
mslemko@hinton:/tmp$
Please tell me what is wrong with the above. I want to know. Honest!
Yes, it is a tab before echo.
WTF. It only happens if I do it from a shell run within script(1).
But. But. But. But...
On Fri, 14 Nov 1997, Marc Slemko wrote:
> HPUX 10.20, I sometimes get:
>
> Make: bad wait code. Stop.
>
> when I try to make Apache. Just typing make a few more times fixes
> things.
>
> Ideas? Haven't looked too far...
>
> usng HP's make.
>
|