mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Corrected if test for build native, and added else true for Ultrix.
This commit is contained in:
@ -147,10 +147,12 @@ all-cygnus:
|
|||||||
ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
|
ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
|
||||||
@for i in $(TARGETS) ; do \
|
@for i in $(TARGETS) ; do \
|
||||||
if [ "$$i" = "native" ] ; then \
|
if [ "$$i" = "native" ] ; then \
|
||||||
if [ ! -f $(canonhost)-3stage-done ] ; then \
|
if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
|
||||||
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" ; \
|
||||||
|
else \
|
||||||
|
true ; \
|
||||||
fi \
|
fi \
|
||||||
else \
|
else \
|
||||||
echo "building $(canonhost) cross to $$i" ; \
|
echo "building $(canonhost) cross to $$i" ; \
|
||||||
|
Reference in New Issue
Block a user