mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Make sure the necessary directories exist.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user