[Buildroot] [git commit master] Create $(STAGING_DIR)/usr/bin unconditionnally

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Feb 17 10:10:23 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=a05c337de5d86f9494fdc6a950e5121256de6ba3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This fixes the build of libcap, with external toolchain, when it is
the first package being built.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index a0c18ba..76eeddb 100644
--- a/Makefile
+++ b/Makefile
@@ -371,6 +371,7 @@ ifneq ($(BR2_TOOLCHAIN_EXTERNAL),y)
 endif
 endif
 	@mkdir -p $(STAGING_DIR)/usr/include
+	@mkdir -p $(STAGING_DIR)/usr/bin
 
 $(BUILD_DIR)/.root:
 	mkdir -p $(TARGET_DIR)
-- 
1.6.3.3




More information about the buildroot mailing list