Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
43588c16
Unverified
Commit
43588c16
authored
Apr 30, 2020
by
Marcel Stör
Committed by
GitHub
Apr 30, 2020
Browse files
Address build error when path contains whitespace #3083
parents
f7b8cf01
2a9bf13a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
43588c16
...
@@ -19,7 +19,7 @@ ESP32_TOOLCHAIN_DL:=$(THIS_DIR)/cache/toolchain-esp32-$(PLATFORM)-$(TOOLCHAIN_VE
...
@@ -19,7 +19,7 @@ ESP32_TOOLCHAIN_DL:=$(THIS_DIR)/cache/toolchain-esp32-$(PLATFORM)-$(TOOLCHAIN_VE
all
:
| $(ESP32_GCC)
all
:
| $(ESP32_GCC)
%
:
| $(ESP32_GCC)
%
:
| $(ESP32_GCC)
@
echo
Setting IDF_PATH and re-invoking...
@
echo
Setting IDF_PATH and re-invoking...
@
env
IDF_PATH
=
$(IDF_PATH)
PATH
=
$(PATH)
:
$(ESP32_BIN)
$(MAKE)
-f
$(THIS_MK_FILE)
$@
@
env
IDF_PATH
=
$(IDF_PATH)
PATH
=
"
$(PATH)
:
$(ESP32_BIN)
"
$(MAKE)
-f
$(THIS_MK_FILE)
$@
@
if
test
"
$@
"
=
"clean"
;
then
rm
-rf
$(THIS_DIR)
/tools/toolchains/esp32-
*
;
fi
@
if
test
"
$@
"
=
"clean"
;
then
rm
-rf
$(THIS_DIR)
/tools/toolchains/esp32-
*
;
fi
install_toolchain
:
$(ESP32_GCC)
install_toolchain
:
$(ESP32_GCC)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment