On 06/22/2017 06:55 AM, Alex Bennée wrote:

Philippe Mathieu-Daudé <f4...@amsat.org> writes:

This allow a one liner from fresh repository clone, i.e.:

   ./configure && make -j check-qtest-aarch64

TIL -j doesn't need a number and GNU Make has a -l option ;-)

Also since 2.8 (2016) git fetch has -j option, but Travis is using a release version 1.8 (from the git-core PPA)

on my debian/unstable git version 2.13.1 I can do:

 $ git submodule update --init --recursive --depth 1 -j ${PARALLEL_JOBS}

Reply via email to