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>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] 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 > > 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. > > Submitted by: Juniper Networks > > Modified: > head/usr.bin/yacc/Makefile > > Modified: head/usr.bin/yacc/Makefile > ============================================================================== > --- 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$ > > -.PATH: ${.CURDIR}/../../contrib/byacc > +BYACC_SRC= ${.CURDIR}/../../contrib/byacc > +.PATH: ${BYACC_SRC} > > PROG= yacc > SRCS= closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c output.c \ > @@ -12,7 +13,10 @@ CFLAGS+= -DMIXEDCASE_FILENAMES=1 \ > -DHAVE_FCNTL_H=1 \ > -DHAVE_ATEXIT=1 \ > -DHAVE_MKSTEMP=1 > - > + > +YYPATCH!= cat ${BYACC_SRC}/VERSION > +CFLAGS+= -DYYPATCH=${YYPATCH} > + > LINKS= ${BINDIR}/yacc ${BINDIR}/byacc > MLINKS= yacc.1 byacc.1 > > _______________________________________________ > 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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKfgEIACgkQ8kTtMUmk6ExEWwCfQFKWE8YVX6J7iNKkH//5pewd LXQAn2nWl9qfU6kfMj5jHwfbMyB/BxGu =8Rdz -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131204191930.GB76976>
