Corrected if test for build native, and added else true for Ultrix.

This commit is contained in:
Ian Lance Taylor 1993-06-14 19:17:29 +00:00
parent 9caf15da51
commit 75217b369e
1 changed files with 3 additions and 1 deletions

View File

@ -147,10 +147,12 @@ all-cygnus:
ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
@for i in $(TARGETS) ; do \
if [ "$$i" = "native" ] ; then \
if [ ! -f $(canonhost)-3stage-done ] ; then \
if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
echo "3staging $(canonhost) native" ; \
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
echo " completed successfully" ; \
else \
true ; \
fi \
else \
echo "building $(canonhost) cross to $$i" ; \