Re: [build-check] scripts: add check_build script

2018-07-03 Thread Andrew Morton
On July 3, 2018 5:21:20 PM PDT, Stephen Rothwell wrote: >Hi all, > >On Tue, 3 Jul 2018 16:27:06 -0700 Randy Dunlap >wrote: >> >> On 07/03/2018 03:49 PM, Andrew Morton wrote: >> > On Tue, 3 Jul 2018 15:12:10 +0200 Norbert Manthey > wrote: >> >> +build () >> >> +{ >> >> + local -r LOG_FILE="$1"

Re: [build-check] scripts: add check_build script

2018-07-03 Thread Stephen Rothwell
Hi all, On Tue, 3 Jul 2018 16:27:06 -0700 Randy Dunlap wrote: > > On 07/03/2018 03:49 PM, Andrew Morton wrote: > > On Tue, 3 Jul 2018 15:12:10 +0200 Norbert Manthey > > wrote: > >> +build () > >> +{ > >> + local -r LOG_FILE="$1" > >> + local -i STATUS=0 > >> + > >> + make clean -j $(nproc) &

Re: [build-check] scripts: add check_build script

2018-07-03 Thread Randy Dunlap
On 07/03/2018 03:49 PM, Andrew Morton wrote: > On Tue, 3 Jul 2018 15:12:10 +0200 Norbert Manthey wrote: > >> This script performs build testing, by building several configurations >> several times. The script is introduced to improve the consistency of >> testing changes in the kernel configurati

Re: [build-check] scripts: add check_build script

2018-07-03 Thread Andrew Morton
On Tue, 3 Jul 2018 15:12:10 +0200 Norbert Manthey wrote: > This script performs build testing, by building several configurations > several times. The script is introduced to improve the consistency of > testing changes in the kernel configuration. > > This version build randconfig 10 times, as