mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
run make check on stage 3 after *all* trees are built
This commit is contained in:
parent
d75a406d3c
commit
0689f73a82
@ -24,6 +24,7 @@ CXXFLAGS = -g -O
|
|||||||
MAKEINFOFLAGS =
|
MAKEINFOFLAGS =
|
||||||
|
|
||||||
log = 1>$(canonhost)-build-log 2>&1
|
log = 1>$(canonhost)-build-log 2>&1
|
||||||
|
clog = 1>$(canonhost)-check-log 2>&1
|
||||||
cyglog = 1> $(canonhost)-x-$$i-cygnus-build-log 2>&1
|
cyglog = 1> $(canonhost)-x-$$i-cygnus-build-log 2>&1
|
||||||
latestlog = 1> $(canonhost)-x-$$i-latest-build-log 2>&1
|
latestlog = 1> $(canonhost)-x-$$i-latest-build-log 2>&1
|
||||||
natlog = 1> $(canonhost)-x-$$i-native-build-log 2>&1
|
natlog = 1> $(canonhost)-x-$$i-native-build-log 2>&1
|
||||||
@ -260,6 +261,13 @@ all-cygnus:
|
|||||||
echo " completed successfully" ; \
|
echo " completed successfully" ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
done
|
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`
|
@echo done at `date`
|
||||||
|
|
||||||
native:
|
native:
|
||||||
|
Loading…
Reference in New Issue
Block a user