From: Arnout Vandecappelle (Essensium/Mind) Date: Mon, 12 Nov 2012 10:08:30 +0000 (+0000) Subject: legacy: add error target for host-pkg-config X-Git-Tag: 2012.11_rc2~20 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/be2460c545def6f00b6aade8719e1eef5f3ba875 legacy: add error target for host-pkg-config Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- diff --git a/Makefile.legacy b/Makefile.legacy index c8b568d75e..e0b7ec29c4 100644 --- a/Makefile.legacy +++ b/Makefile.legacy @@ -12,6 +12,16 @@ ifeq ($(BR2_LEGACY),y) $(error "You have legacy configuration in your .config! Please check your configuration.") 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 #