DragonFly commits List (threaded) for 2010-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Clean up some remains from the gcc2 days.
commit 301a3a0667205bf86df1c2a3826faa318cfb4348
Author: Sascha Wildner <saw@online.de>
Date: Wed Apr 14 02:07:41 2010 +0200
Clean up some remains from the gcc2 days.
In gcc2, we kept __FreeBSD__ as a compiler built-in. Starting with gcc3,
we only define __DragonFly__.
* Remove the general definition of __FreeBSD_version from <sys/param.h>
and <osreldate.h>. However, ipftest(1) and ipsend(1) still need it, so
define it from their Makefiles.
* Remove the definition of __FreeBSD__ from the Makefiles of ipmon(8)
and openssl(1), both of which don't need this anymore.
Summary of changes:
include/Makefile | 4 ----
sbin/ipmon/Makefile | 1 -
secure/usr.bin/openssl/Makefile | 1 -
sys/sys/param.h | 10 ----------
usr.sbin/ipftest/Makefile | 2 +-
usr.sbin/ipsend/Makefile | 2 +-
6 files changed, 2 insertions(+), 18 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/301a3a0667205bf86df1c2a3826faa318cfb4348
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]