projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3578ecf
)
Create 'bin' directory in staging area.
author
"Steven J. Hill"
<sjhill@realitydiluted.com>
Mon, 7 May 2007 03:56:47 +0000
(
03:56
-0000)
committer
"Steven J. Hill"
<sjhill@realitydiluted.com>
Mon, 7 May 2007 03:56:47 +0000
(
03:56
-0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0f9776d905ec7febaecdd5b1269a412da24a12d9..12851444f705852196e094ceb482a2f29515f462 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-103,6
+103,7
@@
$(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR):
@mkdir -p $@
$(STAGING_DIR):
+ @mkdir -p $(STAGING_DIR)/bin
@mkdir -p $(STAGING_DIR)/lib
@mkdir -p $(STAGING_DIR)/include
@mkdir -p $(STAGING_DIR)/usr