mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
all-cygnus, build-cygnus: "fi else" needs to be "fi ; else"
This commit is contained in:
@ -223,7 +223,7 @@ all-cygnus:
|
|||||||
echo " completed successfully" ; \
|
echo " completed successfully" ; \
|
||||||
else \
|
else \
|
||||||
true ; \
|
true ; \
|
||||||
fi \
|
fi ; \
|
||||||
else \
|
else \
|
||||||
echo "building $(canonhost) cross to $$i" ; \
|
echo "building $(canonhost) cross to $$i" ; \
|
||||||
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-cygnus $(cyglog) && \
|
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-cygnus $(cyglog) && \
|
||||||
@ -255,7 +255,7 @@ build-cygnus:
|
|||||||
echo "3staging $(canonhost) native" ; \
|
echo "3staging $(canonhost) native" ; \
|
||||||
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
|
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
|
||||||
echo " completed successfully" ; \
|
echo " completed successfully" ; \
|
||||||
fi \
|
fi ; \
|
||||||
else \
|
else \
|
||||||
echo "building $(canonhost) cross to $$i:" `date` ; \
|
echo "building $(canonhost) cross to $$i:" `date` ; \
|
||||||
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-cygnus $(cyglog) && \
|
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-cygnus $(cyglog) && \
|
||||||
|
Reference in New Issue
Block a user