From: Mark Eichin Date: Thu, 28 Oct 1993 21:54:44 +0000 (+0000) Subject: run make check on stage 3 after *all* trees are built X-Git-Tag: gdb-4_18~16883 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0689f73a824156b2589e8c4fdfe7bb4af1f96eaf;p=external%2Fbinutils.git run make check on stage 3 after *all* trees are built --- diff --git a/build-all.mk b/build-all.mk index 5641dba..42defc0 100644 --- a/build-all.mk +++ b/build-all.mk @@ -24,6 +24,7 @@ CXXFLAGS = -g -O MAKEINFOFLAGS = log = 1>$(canonhost)-build-log 2>&1 +clog = 1>$(canonhost)-check-log 2>&1 cyglog = 1> $(canonhost)-x-$$i-cygnus-build-log 2>&1 latestlog = 1> $(canonhost)-x-$$i-latest-build-log 2>&1 natlog = 1> $(canonhost)-x-$$i-native-build-log 2>&1 @@ -260,6 +261,13 @@ all-cygnus: echo " completed successfully" ; \ fi ; \ done + @if [ ! -f $(canonhost)-stamp-3stage-checked ] ; then \ + echo checking $(canonhost) native ; \ + $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-check-3stage $(clog) ; \ + touch $(canonhost)-stamp-3stage-checked ; \ + else \ + true ; \ + fi @echo done at `date` native: