<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>533a4a62 - Disable new clang 10.0.0 warnings about misleading indentation in flex.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#533a4a62</link>
        <description>Disable new clang 10.0.0 warnings about misleading indentation in flex.As this is contributed code with very messy indentation, which willalmost certainly never be upgraded, just disable the warning.MFC after:	3 days

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Fri, 31 Jan 2020 19:02:53 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fb - Adopt SRCTOP in usr.bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#a35f04fb</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a37b5fc - Add a ${CP} alias for copying files in the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#7a37b5fc</link>
        <description>Add a ${CP} alias for copying files in the build.Some users build FreeBSD as non-root in Perforce workspaces.  By default,Perforce sets files read-only unless they&apos;re explicitly being edited.As a result, the -f argument must be used to cp in order to override theread-only flag when copying source files to object directories.  Bare use of&apos;cp&apos; should be avoided in the future.Update all current users of &apos;cp&apos; in the src tree.Reviewed by:	emasteMFC after:	1 weekSponsored by:	Spectra Logic

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Fri, 16 Jan 2015 21:39:08 +0000</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab76bc97 - Connect flex 2.5.37 to the build and bump __FreeBSD_version.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#ab76bc97</link>
        <description>Connect flex 2.5.37 to the build and bump __FreeBSD_version.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Tue, 21 May 2013 19:32:35 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91109a91 - Unbreak the test target by re-generating the initial scanner</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#91109a91</link>
        <description>Unbreak the test target by re-generating the initial scannerusing an updated flex(1) binary.Also ignore the changing $FreeBSD$ ID lines when doing the diff.This needs additional obfuscation, to not upset the svn precommithooks :/

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Tue, 09 Nov 2010 18:28:11 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9eaa475e - Stop the practice of installing external headers into GCC-specific directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#9eaa475e</link>
        <description>Stop the practice of installing external headers into GCC-specific directory.Install FlexLexer.h into /usr/include directly.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Fri, 30 Jul 2004 00:08:15 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9f8ce2e - Point to the new C++ include files location.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#e9f8ce2e</link>
        <description>Point to the new C++ include files location.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Fri, 11 Jul 2003 05:30:58 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7b111cb - Added new bsd.incs.mk which handles installing of header files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#c7b111cb</link>
        <description>Added new bsd.incs.mk which handles installing of header filesvia INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) tohandle symlinking include files.  Allow for multiple groups ofinclude files to be installed, with the powerful INCSGROUPS knob.Documentation to follow.Added standard `includes&apos; and `incsinstall&apos; targets, use themin Makefile.inc1.  Headers from the following makefiles werenot installed before (during `includes&apos; in Makefile.inc1):	kerberos5/lib/libtelnet/Makefile	lib/libbz2/Makefile	lib/libdevinfo/Makefile	lib/libform/Makefile	lib/libisc/Makefile	lib/libmenu/Makefile	lib/libmilter/Makefile	lib/libpanel/MakefileReplaced all `beforeinstall&apos; targets for installing includeswith the INCS stuff.Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,and INCMODE.Consistently use INCLUDEDIR instead of /usr/include.gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changeswere only lightly tested due to the missing contrib/libstdc++-v3.I fully tested the pre-WIP_GCC31 version of this patch with thecontrib/libstdc++.295 stuff.These changes have been tested on i386 with the -DNO_WERROR &quot;makeworld&quot; and &quot;make release&quot;.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Sun, 12 May 2002 16:01:00 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c86f28d2 - Back out rev. 1.6 (NOLIB bootstrap helper) OBE&apos;d by Makefile.inc1,v 1.96.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#c86f28d2</link>
        <description>Back out rev. 1.6 (NOLIB bootstrap helper) OBE&apos;d by Makefile.inc1,v 1.96.PR:		bin/36417Submitted by:	Eugene Grosbein &lt;eugen@www.svzserv.kemerovo.su&gt;

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Thu, 28 Mar 2002 10:53:49 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc12be52 - MAN[1-9] -&gt; MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#dc12be52</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Tue, 27 Mar 2001 10:52:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58de7a0d - Install Flexlexer.h with mode 444.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#58de7a0d</link>
        <description>Install Flexlexer.h with mode 444.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Fri, 17 Dec 1999 07:49:03 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5a53b4f - Generate skel.c at build time.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#d5a53b4f</link>
        <description>Generate skel.c at build time.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Sat, 20 Nov 1999 15:41:43 +0000</pubDate>
        <dc:creator>Dmitrij Tejblum &lt;dt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:08:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b1ddfa5 - Simplified by using new yacc rules.  The new lex rules can&apos;t be used</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#1b1ddfa5</link>
        <description>Simplified by using new yacc rules.  The new lex rules can&apos;t be usedhere, at least without ifdefs for the bootstrap.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Mon, 04 May 1998 19:10:20 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97fe7f47 - Changes to support full make parallelism (-j&lt;n&gt;) in the world</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#97fe7f47</link>
        <description>Changes to support full make parallelism (-j&lt;n&gt;) in the worldtarget.Reviewed by:	&lt;many different folks&gt;Submitted by:	Nickolay N. Dudorov&quot; &lt;nnd@nnd.itfs.nsk.su&gt;

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Sun, 05 Oct 1997 09:40:24 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c115df18 - Revert $FreeBSD$ to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#c115df18</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 19:58:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>accc8b5d - Clean up some loose ends on my previous work in here..</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lex/Makefile#accc8b5d</link>
        <description>Clean up some loose ends on my previous work in here..

            List of files:
            /freebsd-14.2/usr.bin/lex/Makefile</description>
        <pubDate>Tue, 29 Oct 1996 05:08:21 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
