DragonFly BSD
DragonFly commits List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/usr.sbin/ipftest Makefile src/usr.sbin/ipsend Makefile src/usr.sbin/sendmail Makefile


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Jul 2004 10:16:57 -0700 (PDT)

    Yah, people should remember that only GCC2 sets __FreeBSD__, for 
    compatibility.  GCC3x does NOT set __FreeBSD__, only __DragonFly__.
    So any #define __FreeBSD__ removal must also be accompanied by
    __FreeBSD__ -> __DragonFly__ conversion.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>


:On Wed, Jul 21, 2004 at 08:26:20AM -0700, David Rhodus wrote:
:> drhodus     2004/07/21 08:26:20 PDT
:> 
:> DragonFly src repository
:> 
:>   Modified files:
:>     usr.sbin/ipftest     Makefile 
:>     usr.sbin/ipsend      Makefile 
:>     usr.sbin/sendmail    Makefile 
:>   Log:
:>   Remove __FreeBSD__ defines which were not needed and caused compile
:>   time warnings.
:>   
:>   Revision  Changes    Path
:>   1.6       +0 -1      src/usr.sbin/ipftest/Makefile
:>   1.6       +0 -1      src/usr.sbin/ipsend/Makefile
:>   1.6       +0 -1      src/usr.sbin/sendmail/Makefile
:
:This also breaks when environment variable CCVER is set to gcc34.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]