mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Added a $ to Jim's mod
This commit is contained in:
@ -882,7 +882,7 @@ MAKEDIRS= \
|
|||||||
install-dirs:
|
install-dirs:
|
||||||
@for i in $(MAKEDIRS) ; do \
|
@for i in $(MAKEDIRS) ; do \
|
||||||
echo Making $$i... ; \
|
echo Making $$i... ; \
|
||||||
parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$@/@'`; \
|
parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \
|
||||||
if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
|
if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
|
||||||
if [ ! -d $$i ] ; then \
|
if [ ! -d $$i ] ; then \
|
||||||
if mkdir $$i ; then \
|
if mkdir $$i ; then \
|
||||||
|
Reference in New Issue
Block a user