From 75217b369eaa9cc748a75831156e015dc3c57488 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 14 Jun 1993 19:17:29 +0000 Subject: [PATCH] Corrected if test for build native, and added else true for Ultrix. --- build-all.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-all.mk b/build-all.mk index 50ed6b10e19..9552d1f2803 100644 --- a/build-all.mk +++ b/build-all.mk @@ -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" ; \ -- 2.30.2