Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2013 20:19:30 +0100
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r258931 - head/usr.bin/yacc
Message-ID:  <20131204191930.GB76976@ithaqua.etoilebsd.net>
In-Reply-To: <201312041915.rB4JFuxA047566@svn.freebsd.org>
References:  <201312041915.rB4JFuxA047566@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--s/l3CgOIzMHHjg/5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Dec 04, 2013 at 07:15:56PM +0000, David E. O'Brien wrote:
> Author: obrien
> Date: Wed Dec  4 19:15:56 2013
> New Revision: 258931
> URL: http://svnweb.freebsd.org/changeset/base/258931
>=20
> Log:
>   Add missing bits from the vendor's 2005-05-04 change to
>   contrib/byacc/makefile.in ("add YYPATCH here so it can be tested by
>   applications") so that applications have a hope of detecting newer
>   FreeBSD YACC output from an older one.
>  =20
>   Submitted by: Juniper Networks
>=20
> Modified:
>   head/usr.bin/yacc/Makefile
>=20
> Modified: head/usr.bin/yacc/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/usr.bin/yacc/Makefile	Wed Dec  4 19:04:56 2013	(r258930)
> +++ head/usr.bin/yacc/Makefile	Wed Dec  4 19:15:56 2013	(r258931)
> @@ -1,7 +1,8 @@
>  #	@(#)Makefile	5.3 (Berkeley) 5/12/90
>  # $FreeBSD$
> =20
> -.PATH: ${.CURDIR}/../../contrib/byacc
> +BYACC_SRC=3D	${.CURDIR}/../../contrib/byacc
> +.PATH: ${BYACC_SRC}
> =20
>  PROG=3D	yacc
>  SRCS=3D	closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c output.c \
> @@ -12,7 +13,10 @@ CFLAGS+=3D	-DMIXEDCASE_FILENAMES=3D1 \
>  		-DHAVE_FCNTL_H=3D1 \
>  		-DHAVE_ATEXIT=3D1 \
>  		-DHAVE_MKSTEMP=3D1
> -	=09
> +
> +YYPATCH!=3D	cat ${BYACC_SRC}/VERSION
> +CFLAGS+=3D	-DYYPATCH=3D${YYPATCH}
> +
>  LINKS=3D	${BINDIR}/yacc ${BINDIR}/byacc
>  MLINKS=3D	yacc.1 byacc.1
> =20
> _______________________________________________
> svn-src-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"

Thanks

Sorry I missed it,

regards,
Bapt

--s/l3CgOIzMHHjg/5
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlKfgEIACgkQ8kTtMUmk6ExEWwCfQFKWE8YVX6J7iNKkH//5pewd
LXQAn2nWl9qfU6kfMj5jHwfbMyB/BxGu
=8Rdz
-----END PGP SIGNATURE-----

--s/l3CgOIzMHHjg/5--



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