> > Now, to the next breakage in the tree :-)
> > 
> Here's a "good" one:

YES!! Excellent! Please commit this.

M

> %%%
> Index: Makefile.inc
> ===================================================================
> RCS file: /home/ncvs/src/gnu/usr.bin/perl/Makefile.inc,v
> retrieving revision 1.29
> diff -u -r1.29 Makefile.inc
> --- Makefile.inc      16 Mar 2002 21:36:07 -0000      1.29
> +++ Makefile.inc      18 Mar 2002 09:19:07 -0000
> @@ -60,8 +60,14 @@
>       @ln -sf ${PERL5SRC}/writemain.SH writemain.sh
>       @ln -sf ${PERL5SRC}/regcomp.c regcomp.c
>       @ln -sf ${PERL5SRC}/regexec.c regexec.c
> +.if defined(BOOTSTRAPPING)
> +     @sed '/^d_eaccess=/s;define;undef;' \
> +             ${PERL5LIBSRC}/config.SH-${OBJFORMAT}.${MACHINE_ARCH} \
> +             > config.sh
> +.else
>       @ln -sf ${PERL5LIBSRC}/config.SH-${OBJFORMAT}.${MACHINE_ARCH} \
>               config.sh
> +.endif
>       @touch ${.TARGET}
>  
>  scripts: links
> %%%
> 
> 
> Cheers,
> -- 
> Ruslan Ermilov                Sysadmin and DBA,
> [EMAIL PROTECTED]         Sunbay Software AG,
> [EMAIL PROTECTED]                FreeBSD committer,
> +380.652.512.251      Simferopol, Ukraine
> 
> http://www.FreeBSD.org        The Power To Serve
> http://www.oracle.com Enabling The Information Age
-- 
o       Mark Murray
\_
O.\_    Warning: this .sig is umop ap!sdn

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

Reply via email to