From patchwork Thu Mar 7 10:49:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: change default location for local.mk to $(CONFIG_DIR) Date: Thu, 07 Mar 2013 00:49:23 -0000 From: Jeremy Rosen X-Patchwork-Id: 225799 Message-Id: <1362653363-24915-1-git-send-email-jeremy.rosen@openwide.fr> To: buildroot@busybox.net the previous default of $(TOPDIR) broke the philosophy of builds with O= which try to keep all configuration files within the $(CONFIG_DIR) subtree --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index a2c305f..c3a3e1a 100644 --- a/Config.in +++ b/Config.in @@ -429,7 +429,7 @@ config BR2_HAVE_DEVFILES config BR2_PACKAGE_OVERRIDE_FILE string "location of a package override file" - default "$(TOPDIR)/local.mk" + default "$(CONFIG_DIR)/local.mk" help A package override file is a short makefile that contains variable definitions of the form _OVERRIDE_SRCDIR,