From ebcfa987df4095a7805ff124ab648fb607c89215 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Mon, 12 Nov 2012 10:08:28 +0000 Subject: pkg-infra: introduce errors for legacy API As discussed in the BR developer days, we want to be more strict about API changes in buildroot. I.e., we want to make it less likely that a user's customizations break down after upgrading buildroot. A first step is to make sure that the user is warned about API changes. This patch introduces Makefile.legacy and Config.in.legacy, which will issue clear error messages for such situations. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index eaafece61..b319ac78c 100644 --- a/Config.in +++ b/Config.in @@ -434,3 +434,5 @@ source "fs/Config.in" source "boot/Config.in" source "linux/Config.in" + +source "Config.in.legacy" -- cgit v1.2.3