From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle (Essensium/Mind) Date: Thu, 8 Nov 2012 09:36:10 +0100 Subject: [Buildroot] [PATCH v3 04/10] busybox: busybox-update-config should depend on busybox-configure In-Reply-To: <1352363776-23638-1-git-send-email-arnout@mind.be> References: <1352363776-23638-1-git-send-email-arnout@mind.be> Message-ID: <1352363776-23638-4-git-send-email-arnout@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: "Arnout Vandecappelle (Essensium/Mind)" Before the config file can be copied, it has to exist. The other xxx-update-config targets do this as well. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: Luca Ceresoli --- v2: small spelling mistake in commit message --- package/busybox/busybox.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk index 549e150..14a0ea2 100644 --- a/package/busybox/busybox.mk +++ b/package/busybox/busybox.mk @@ -218,5 +218,5 @@ busybox-menuconfig busybox-xconfig busybox-gconfig: busybox-patch rm -f $(BUSYBOX_DIR)/.stamp_built rm -f $(BUSYBOX_DIR)/.stamp_target_installed -busybox-update-config: +busybox-update-config: busybox-configure cp -f $(BUSYBOX_BUILD_CONFIG) $(BUSYBOX_CONFIG_FILE) -- 1.7.10.4