summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Novoa III2003-11-21 02:17:09 +0100
committerManuel Novoa III2003-11-21 02:17:09 +0100
commitec2faf7df9f5f733667c77c132a0e5d76fd9c893 (patch)
treec3f7ff5df2330d8713258e5e8f358a1fb73ead4e
parentOuch! Cut-n-paste strikes again! (diff)
downloadbuildroot-ec2faf7df9f5f733667c77c132a0e5d76fd9c893.tar.gz
buildroot-ec2faf7df9f5f733667c77c132a0e5d76fd9c893.tar.xz
buildroot-ec2faf7df9f5f733667c77c132a0e5d76fd9c893.zip
Make sure the necessary directories exist.
-rw-r--r--make/sed.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/sed.mk b/make/sed.mk
index cb4379d76..aef55e185 100644
--- 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