approved


> Hi,
> 
> would it be ok to commit the following patch to
> /usr/src/sys/boot/i386/loader/Makefile so that we can build
> a smaller loader without Forth support, which is still useful
> to boot a picobsd kernel ?
> 
>       cheers
>       luigi
> 
> rizzo# diff -ubwr Makefile.40RC Makefile
> --- Makefile.40RC       Tue Nov 23 16:30:48 1999
> +++ Makefile    Fri Feb  4 17:26:26 2000
> @@ -16,6 +16,7 @@
>  HAVE_PNP=      yes
>  HAVE_ISABUS=   yes
>  
> +.if !defined(NOFORTH)
>  # Enable BootForth
>  BOOT_FORTH=    yes
>  CFLAGS+=       -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/
i386
> @@ -23,6 +24,7 @@
>  LIBFICL=       ${.OBJDIR}/../../ficl/libficl.a
>  .else
>  LIBFICL=       ${.CURDIR}/../../ficl/libficl.a
> +.endif
>  .endif
>  
>  # Always add MI sources 
> 
> -----------------------------------+-------------------------------------
>   Luigi RIZZO, [EMAIL PROTECTED]  . Dip. di Ing. dell'Informazione
>   http://www.iet.unipi.it/~luigi/  . Universita` di Pisa
>   TEL/FAX: +39-050-568.533/522     . via Diotisalvi 2, 56126 PISA (Italy)
>   Mobile   +39-347-0373137
> -----------------------------------+-------------------------------------



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to