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>
3 lines
81 B
Bash
3 lines
81 B
Bash
#!/bin/sh
|
|
exec make -kf /usr/share/clr-avx-tools/avxjudge.make ARGS="-q -2" "$@"
|