Prepend USE_NEW_TOOLS with an underscore to make it private. Developers

should set _USE_NEW_TOOLS=yes in /etc/mk.conf in order to test the new
tools framework.
This commit is contained in:
jlam 2005-04-22 02:20:22 +00:00
parent bc0b927b48
commit e95a9612bd

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.1615 2005/04/21 15:53:53 tv Exp $
# $NetBSD: bsd.pkg.mk,v 1.1616 2005/04/22 02:20:22 jlam Exp $
#
# This file is in the public domain.
#
@ -931,8 +931,8 @@ USE_LANGUAGES?= # empty
#
.include "../../mk/compiler.mk"
USE_NEW_TOOLS?= no
.if !empty(USE_NEW_TOOLS:M[yY][eE][sS])
_USE_NEW_TOOLS?= no
.if !empty(_USE_NEW_TOOLS:M[yY][eE][sS])
.include "../../mk/tools/bsd.tools.mk"
.else
.include "../../mk/tools.mk"