strace/maint
Eugene Syromyatnikov 252667882a maint/update_copyright_years.sh: implement concurrent execution
Analogous to the way it is done in xlat/gen.sh.

* maint/update_copyright_years.sh (MAX_JOBS): New variable, initialize
it to double the CPU count.
<while [ -n "${1:-}" ]; do case "$1" in>: Add -j option parsing.
(jobs, pids): New variables.
<git ls-files -- "$@" | grep -vFx "$IGNORED_FILES" | while read f; do>:
Execute process_file in background, count background jobs and wait
if there are too many.
2017-11-14 20:32:24 +00:00
..
errnoent.sh Add copyright headers 2017-05-22 17:33:51 +00:00
gen-contributors-list.sh maint: make gen-contributors-list.sh suitable for generation of CREDITS 2017-11-13 20:21:22 +00:00
gen-tag-message.sh maint: add gen-tag-message.sh script 2017-09-05 12:13:14 +00:00
ioctls_gen.sh Add copyright headers 2017-05-22 17:33:51 +00:00
ioctls_hex.sh maint: avoid effects of locale when sorting files 2015-05-19 18:00:07 +00:00
ioctls_sym.awk maint: generate ioctl entries without target architecture code execution 2017-09-19 11:32:05 +00:00
ioctls_sym.sh maint: remove KVM_PPC_CONFIGURE_V3_MMU ioctl from non-powerpc arches 2017-11-13 20:21:22 +00:00
signalent.sh Add copyright headers 2017-05-22 17:33:51 +00:00
syscallent.sh Add copyright headers 2017-05-22 17:33:51 +00:00
update_copyright_years.awk Add scripts for automating copyright notices update 2017-05-22 19:30:30 +02:00
update_copyright_years.sh maint/update_copyright_years.sh: implement concurrent execution 2017-11-14 20:32:24 +00:00