mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
eclipse_make.sh: Fix printing of make directory
This commit is contained in:
parent
144ebe5d53
commit
3e9a76f04d
@ -5,5 +5,5 @@
|
|||||||
# process uses MinGW paths of the form /c/dir/dir/file. So parse these out...
|
# process uses MinGW paths of the form /c/dir/dir/file. So parse these out...
|
||||||
#
|
#
|
||||||
# (regexp deliberate only matches after a space character to try and avoid false-positives.)
|
# (regexp deliberate only matches after a space character to try and avoid false-positives.)
|
||||||
echo "Running make in $(dirname $0)"
|
echo "Running make in $(pwd)"
|
||||||
make $@ V=1 | sed -E "s@ /([a-z])/(.+)/@ \1:/\2/@g" | sed -E "s@-I/([a-z])/(.+)/@-I\1:/\2/@g" | sed -E "s@-L/([a-z])/(.+)/@-L\1:/\2/@g"
|
make $@ V=1 | sed -E "s@ /([a-z])/(.+)/@ \1:/\2/@g" | sed -E "s@-I/([a-z])/(.+)/@-I\1:/\2/@g" | sed -E "s@-L/([a-z])/(.+)/@-L\1:/\2/@g"
|
||||||
|
Loading…
Reference in New Issue
Block a user