Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 09:59:11 +0000
From:      Mark Murray <mark@grondar.za>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        current@FreeBSD.org
Subject:   Re: Bad fix for -current breakage 
Message-ID:  <200203180959.g2I9xBH5001010@grimreaper.grondar.org>
In-Reply-To: <20020318092100.GE37136@sunbay.com> ; from Ruslan Ermilov <ru@FreeBSD.org>  "Mon, 18 Mar 2002 11:21:00 %2B0200."
References:  <20020318092100.GE37136@sunbay.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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,
> ru@sunbay.com		Sunbay Software AG,
> ru@FreeBSD.org		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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203180959.g2I9xBH5001010>