[BUILD] ensure that users don't build without setting the target anymore.
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Mar 2008 05:37:39 +0000 (06:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Mar 2008 05:37:39 +0000 (06:37 +0100)
commite4208cbc9d7f95324db3cc7628ae151d8a099a24
tree764d26244fdf6a927cdc9c6001f64fbf9744c0c9
parent51406233bb2505b8b99d1fa8502abdaf82a67651
[BUILD] ensure that users don't build without setting the target anymore.

Too often, people report performance issues on Linux 2.6 because they don't
use the available optimizations. We need to ensure that people are aware of
the available features, and for this, we must force them to choose a target
OS (or "generic"), but at least prevent them from blindly building for a
generic target.
Makefile