<?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>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfbaea83 - Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#dfbaea83</link>
        <description>Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatinstalls clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.Note this does *not* disable building and installing gcc, which willstill be available as /usr/bin/gcc, /usr/bin/g++ and /usr/bin/gcpp.  Ifyou want to disable gcc completely, you must use WITHOUT_GCC.MFC after:	2 weeks

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Wed, 29 Feb 2012 22:58:51 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afb57df6 - Update bmake glue to build GCC 4.2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#afb57df6</link>
        <description>Update bmake glue to build GCC 4.2.Also:        Switch FreeBSD to use libgcc_s.so.1.        Use dl_iterate_phdr to locate shared objects&apos; exception frame        info instead of depending on older register_frame_info machinery.        This allows us to avoid depending on libgcc_s.so.1 in binaries        that do not use exception handling directly. As an additional        benefit it breaks circular libc &lt;=&gt; libgcc_s.so.1 dependency too.        Build newly added libgomp.so.1 library, the runtime support        bits for OpenMP.        Build LGPLed libssp library. Our libc provides our own        BSD-licensed SSP callbacks implementation, so this library        is only built to benefit applications that have hadcoded        knowledge of libssp.so and libssp_nonshared.a. When linked        in from command line, these libraries override libc        implementation.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Sat, 19 May 2007 04:25:59 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6b0ef28 - Prepare to pick up manpages from their new location.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#f6b0ef28</link>
        <description>Prepare to pick up manpages from their new location.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Thu, 21 Sep 2006 07:52:41 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7a0a44b - Remove redundant defines alerady set by Makefile.fe</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#f7a0a44b</link>
        <description>Remove redundant defines alerady set by Makefile.fe

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Tue, 12 Sep 2006 21:57:28 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47d7e8a9 - Fixed style of DPADD and LDADD assignments as per style.Makefile(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#47d7e8a9</link>
        <description>Fixed style of DPADD and LDADD assignments as per style.Makefile(5).

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Thu, 05 Feb 2004 22:44:25 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a624f5e - Use</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#3a624f5e</link>
        <description>Use	cat ${.ALLSRC} &gt; ${.TARGET}rather than	ln -sf ${.ALLSRC} ${.TARGET}not to depends on absolute-path of symbolic links.Commented by:  marcel, obrien, bde

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Fri, 06 Jun 2003 13:46:55 +0000</pubDate>
        <dc:creator>Jun Kuriyama &lt;kuriyama@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb5cb11b - The best we can do about man pages for the moment.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#eb5cb11b</link>
        <description>The best we can do about man pages for the moment.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Wed, 05 Jun 2002 21:30:46 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8df64a7d - We don&apos;t need this library any more.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#8df64a7d</link>
        <description>We don&apos;t need this library any more.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Tue, 04 Jun 2002 19:45:09 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e3b0010 - Bmake bits for GCC 3.1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#9e3b0010</link>
        <description>Bmake bits for GCC 3.1.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Sat, 06 Apr 2002 23:18:01 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>658cec5b - Move some cflag contents down to where they are acutally used.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#658cec5b</link>
        <description>Move some cflag contents down to where they are acutally used.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Mon, 13 Mar 2000 09:12:36 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c8a631d - Merge cc_drv into cc_int.  Merge more shared files into cc_int.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#9c8a631d</link>
        <description>Merge cc_drv into cc_int.  Merge more shared files into cc_int.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Mon, 24 Jan 2000 20:12:05 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d410dba - Turn on a new /usr/bin/cpp that is a true binary rather than a shell script</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#2d410dba</link>
        <description>Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptwrapper.  /usr/bin/cpp knows about all the GCC predefined symbols and hasthe functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Tue, 04 Jan 2000 03:48:08 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da5bfe2f - Didn&apos;t get these PREFIX specifiers removed with Makefile.inc rev 1.48.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#da5bfe2f</link>
        <description>Didn&apos;t get these PREFIX specifiers removed with Makefile.inc rev 1.48.Submitted by:	marcel

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Sun, 02 Jan 2000 22:57:34 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da488b70 - Minor cosmetic changes in an attempt to improve consistancy.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#da488b70</link>
        <description>Minor cosmetic changes in an attempt to improve consistancy.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Thu, 04 Nov 1999 04:46:04 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b7a44a6 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#9b7a44a6</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Fri, 27 Aug 1999 23:37:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62562698 - Use Yacc rather than Bison.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#62562698</link>
        <description>Use Yacc rather than Bison.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Wed, 28 Jul 1999 07:22:08 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18ff6ae9 - Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#18ff6ae9</link>
        <description>Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2(in contrib/egcs)

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Sun, 04 Apr 1999 16:36:35 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b03605af - Simplified using new yacc rules.  This is cosmetic - the old rules worked</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile#b03605af</link>
        <description>Simplified using new yacc rules.  This is cosmetic - the old rules workedwith `make -jN&apos; because they did the right things to generate cexp.hwithout clobbering cexp.c, and there were no missing dependencies oncexp.h because cexp.h isn&apos;t actually used.Fixed style bugs.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cpp/Makefile</description>
        <pubDate>Mon, 04 May 1998 16:58:50 +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-12.1/gnu/usr.bin/cc/cpp/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-12.1/gnu/usr.bin/cc/cpp/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>
</channel>
</rss>
