History log of /netbsd-src/usr.sbin/mopd/mopprobe/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# 987f284e 31-Oct-2021 christos <christos@NetBSD.org>

Put the NOAOUT in one place


# 9edf9a04 10-Aug-2012 joerg <joerg@NetBSD.org>

Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.


# 75e42fa7 20-Jun-2011 mrg <mrg@NetBSD.org>

remove most of the remaining HAVE_GCC tests that are always true in
the modern world.


# 3c9a9591 29-Aug-2008 gmcgarry <gmcgarry@NetBSD.org>

Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.


# e13fd87f 12-May-2006 mrg <mrg@NetBSD.org>

use -Wno-pointer-sign with GCC4.


# c518f628 16-Oct-1997 lukem <lukem@NetBSD.org>

- compile common code once (into libcommon.a), and link that in.
cut's compilation time by half!
- build a common version.c in libcommon.a
- don't build version.h - nothing uses it
- comment out th

- compile common code once (into libcommon.a), and link that in.
cut's compilation time by half!
- build a common version.c in libcommon.a
- don't build version.h - nothing uses it
- comment out the ifdef INFO and -DINFO stuff - it's always compiled in
- XXX: don't compile mopprobe with -DNODL (which actually changes the
compilation of stuff in common/*). nothing else does this, and it
meant that mopprobe would have had different behaviour. if this behaviour
is desired, a workaround can be put in place

show more ...


# 697285d6 17-Apr-1997 christos <christos@NetBSD.org>

- Move common definitions to Makefile.inc
- Revert change common/os.h -> os.h. From Mats O Jansson.


# 193fd515 16-Apr-1997 christos <christos@NetBSD.org>

Don't need to .PATH: .. or -I${.CURDIR}/common and -I${.CURDIR}; it will
actually break things in the future.


# fcab4c33 25-Mar-1997 thorpej <thorpej@NetBSD.org>

RCS id police.


# 0aad9d43 24-Mar-1997 christos <christos@NetBSD.org>

Makefile cleanups


# ed137f7c 16-Mar-1997 cjs <cjs@NetBSD.org>

Import of Mats O Jansson's MOP boot program for DEC machines.