diff options
| author | Manuel Novoa III | 2003-11-21 02:17:09 +0100 |
|---|---|---|
| committer | Manuel Novoa III | 2003-11-21 02:17:09 +0100 |
| commit | ec2faf7df9f5f733667c77c132a0e5d76fd9c893 (patch) | |
| tree | c3f7ff5df2330d8713258e5e8f358a1fb73ead4e /make | |
| parent | Ouch! Cut-n-paste strikes again! (diff) | |
| download | buildroot-ec2faf7df9f5f733667c77c132a0e5d76fd9c893.tar.gz buildroot-ec2faf7df9f5f733667c77c132a0e5d76fd9c893.tar.xz buildroot-ec2faf7df9f5f733667c77c132a0e5d76fd9c893.zip | |
Make sure the necessary directories exist.
Diffstat (limited to 'make')
| -rw-r--r-- | make/sed.mk | 3 |
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 |
