Make sure the necessary directories exist.
This commit is contained in:
parent
728164e5f7
commit
ec2faf7df9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user