mirror of
https://github.com/clearlinux/clr-avx-tools.git
synced 2026-09-01 19:31:43 +00:00
The script is not really fast on big libraries, so parallelising the run should sorten considerably the post-install procedures, especially on build servers with a lot of cores. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/sh
|
|
exec make -kf /usr/share/clr-avx-tools/avxjudge.make ARGS="-q -5" "$@"
|
|
|