Toggle on warnings. This resolves the problem with building old releases

(getting zillions of warnings). Building an old release uses that release's
sys.mk which does not switch on these warnings, so make will be silent.
They can be switch on on the command line with the -x option to make.
This has been tested by building RELENG_5_4 on CURRENT.
This commit is contained in:
Hartmut Brandt 2005-04-29 14:44:10 +00:00
parent 49e0283df8
commit dea3d8703e

View File

@ -269,6 +269,9 @@ __MAKE_CONF?=/etc/make.conf
# XXX hint for bsd.port.mk
OBJFORMAT?= elf
# Toggle on warnings
.WARN: dirsyntax
.endif
.include <bsd.compat.mk>