summaryrefslogtreecommitdiffstats
path: root/Makefile.legacy
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2012-11-12 10:08:30 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-30 12:07:09 -0800
commitbe2460c545def6f00b6aade8719e1eef5f3ba875 (patch)
treefa066ea424df64a92f518d4dc81e318c99fb500f /Makefile.legacy
parentcc1cd3b267212c0e932db4855ff7c1afe0b45e67 (diff)
downloadbuildroot-novena-be2460c545def6f00b6aade8719e1eef5f3ba875.tar.gz
buildroot-novena-be2460c545def6f00b6aade8719e1eef5f3ba875.zip
legacy: add error target for host-pkg-config
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile.legacy')
-rw-r--r--Makefile.legacy10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.legacy b/Makefile.legacy
index c8b568d75..e0b7ec29c 100644
--- a/Makefile.legacy
+++ b/Makefile.legacy
@@ -13,6 +13,16 @@ $(error "You have legacy configuration in your .config! Please check your config
endif
#
+# Legacy options from 2012.08
+#
+
+host-pkg-config:
+ @$(call MESSAGE,host-pkg-config is replaced by host-pkgconf)
+ @$(call MESSAGE,please update your .mk files)
+ @false
+.PHONY: host-pkg-config
+
+#
# Legacy options from 2012.05
#
GENTARGETS = $$(error The GENTARGETS macro no longer exists; use $$$$(eval $$$$(generic-package)) or $$$$(eval $$$$(host-generic-package)))