]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
legacy: add error target for host-pkg-config
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 12 Nov 2012 10:08:30 +0000 (10:08 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Nov 2012 20:07:09 +0000 (12:07 -0800)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile.legacy

index c8b568d75ec4c79f26d56ebb1c37a1ed56d2a607..e0b7ec29c46ec2f92d7ee049865c216f0111e316 100644 (file)
@@ -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
 #