Corrected if test for build native, and added else true for Ultrix.
authorIan Lance Taylor <ian@airs.com>
Mon, 14 Jun 1993 19:17:29 +0000 (19:17 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 14 Jun 1993 19:17:29 +0000 (19:17 +0000)
build-all.mk

index 50ed6b10e19400ad186819b2343bdfb49ff3e394..9552d1f280319b958b3f62444276c464801af4e8 100644 (file)
@@ -147,10 +147,12 @@ all-cygnus:
        ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG) 
        @for i in $(TARGETS) ; do \
          if [ "$$i" = "native" ] ; then \
        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" ; \
              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" ; \
            fi \
          else \
            echo "building $(canonhost) cross to $$i" ; \