diff mbox

[15,of,20] pkg-generic: add check on deprecated variable FOO_CONF_OPT

Message ID d98d25de70f288dd3713.1406668362@localhost
State Superseded
Headers show

Commit Message

Thomas De Schampheleire July 29, 2014, 9:12 p.m. UTC
This patch introduces a check for the usage of deprecated variable
FOO_CONF_OPT, and suggests to use FOO_CONF_OPTS instead.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/pkg-generic.mk |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff -r f3169fb7c3a5 -r d98d25de70f2 package/pkg-generic.mk
--- a/package/pkg-generic.mk	Tue Jul 29 21:55:40 2014 +0200
+++ b/package/pkg-generic.mk	Tue Jul 29 21:56:34 2014 +0200
@@ -724,6 +724,7 @@ 
 $(eval $(call check-deprecated-variable,$(2)_INSTALL_STAGING_OPT,$(2)_INSTALL_STAGING_OPTS))
 $(eval $(call check-deprecated-variable,$(2)_INSTALL_HOST_OPT,$(2)_INSTALL_HOST_OPTS))
 $(eval $(call check-deprecated-variable,$(2)_AUTORECONF_OPT,$(2)_AUTORECONF_OPTS))
+$(eval $(call check-deprecated-variable,$(2)_CONF_OPT,$(2)_CONF_OPTS))
 
 TARGETS += $(1)