OSDN Git Service

USE of PORTNAME_* should be discouraged wherever possible. The code
authorMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 06:55:15 +0000 (06:55 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 06:55:15 +0000 (06:55 +0000)
commit5cbff9a0201f1d7365397c9ecf21aaa99d438cfd
treed843b354533e48f236cf222a6aa7ee91c1ceb0c1
parentf5501d9c37b59227afd72f53dc28713599208339
USE of PORTNAME_* should be discouraged wherever possible.  The code
*should* be intelligent enough that:

#if defined(__FreeBSD__) works, where __FreeBSD__ is actually defined
by the compiler itself.

Makefile.global used to have -DPORTNAME_<port> -D<port> as part of the flags
for gcc while all occurances of PORTNAME_<port> slowly get removed from
the source tree...
src/include/config.h