From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Tue, 16 May 2017 19:02:38 +0000 Subject: [Buildroot] [Bug 9866] BASE_DIR usage In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=9866 --- Comment #4 from Peter Korsgaard --- (In reply to Yann E. MORIN from comment #3) Actually you don't need to do anything like that. All scripts are executed from the buildroot toplevel directory, so the only thing you need to do is to ensure the correct .config is used (.config or $(O)/.config). This is taken care by the BR2_CONFIG variable, so just do: make BR2_CONFIG=$BR2_CONFIG printvars -- You are receiving this mail because: You are on the CC list for the bug.