- redirecting output of first two checkboot runs to /dev/null so the
ignored exception, if any, does not show up in the make output. s/Mf-base original commit: 4de3eab4d76feea17431099f798a343a6205e50e
This commit is contained in:
parent
03a33fb4fc
commit
20ab41bb10
3
LOG
3
LOG
|
@ -1027,3 +1027,6 @@
|
|||
cpnanopass.ss, x86_64.ss, x86.ss, foreign2.c, foreign.ms
|
||||
- added initialization of seginfo sorted and trigger_ephemerons fields.
|
||||
segment.c
|
||||
- redirecting output of first two checkboot runs to /dev/null so the
|
||||
ignored exception, if any, does not show up in the make output.
|
||||
s/Mf-base
|
||||
|
|
|
@ -162,10 +162,10 @@ all: bootall ${Cheader} ${Cequates}
|
|||
# same as the last, i.e., the system is properly bootstrapped.
|
||||
allx: prettyclean saveboot
|
||||
$(MAKE) all
|
||||
if $(MAKE) checkboot; then echo fine ; else\
|
||||
if $(MAKE) checkboot > /dev/null 2>&1; then echo fine ; else\
|
||||
$(MAKE) prettyclean saveboot &&\
|
||||
$(MAKE) all &&\
|
||||
if $(MAKE) checkboot; then echo fine ; else\
|
||||
if $(MAKE) checkboot > /dev/null 2>&1; then echo fine ; else\
|
||||
$(MAKE) prettyclean saveboot &&\
|
||||
$(MAKE) all &&\
|
||||
$(MAKE) checkboot ;\
|
||||
|
|
Loading…
Reference in New Issue
Block a user