> Greetings,
> 
> gnustep/core includes the compile-all script which I find to be a great 
> convenience.  The script doesn't work quite right on my system (Mandrake 
> Linux 8.2) because it uses /dev/NULL which doesn't exist.  However, I do 
> have /dev/null...

Thanks ... good spot ... applied! :-)


> --- compile-all.orig  Sun Jul 21 12:07:14 2002
> +++ compile-all       Sun Jul 21 12:07:59 2002
> @@ -26,7 +26,7 @@
>     prefix="/usr/GNUstep"
>   fi
> 
> -if gmake -v >/dev/NULL 2>&1
> +if gmake -v >/dev/null 2>&1
>   then
>     MAKE=gmake
>   else


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to