projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728164e
)
Make sure the necessary directories exist.
author
Manuel Novoa III
<mjn3@codepoet.org>
Fri, 21 Nov 2003 01:17:09 +0000
(
01:17
-0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Fri, 21 Nov 2003 01:17:09 +0000
(
01:17
-0000)
make/sed.mk
patch
|
blob
|
history
diff --git
a/make/sed.mk
b/make/sed.mk
index cb4379d76def552c76a59bb0df6c5d851bd84fbf..aef55e18508fa5f1fa655812f9fcd99d50565a5b 100644
(file)
--- a/
make/sed.mk
+++ b/
make/sed.mk
@@
-29,6
+29,9
@@
sed-source: $(DL_DIR)/$(SED_SOURCE)
#
#############################################################
$(SED_DIR1)/.unpacked: $(DL_DIR)/$(SED_SOURCE)
+ mkdir -p $(TOOL_BUILD_DIR)
+ mkdir -p $(DL_DIR)
+ mkdir -p $(STAGING_DIR)/bin;
$(SED_CAT) $(DL_DIR)/$(SED_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf -
touch $(SED_DIR1)/.unpacked