[CRIU] [PATCH 0/3] make: Fix parallel build for zdtm
Andrei Vagin
avagin at virtuozzo.com
Mon Apr 30 00:38:26 MSK 2018
*.d files are generated for all tests, even if I want to compile only
one.
[root at fc24 criu]# make -C test/zdtm/static -j 4 env00
make: Entering directory '/root/git/main/criu/test/zdtm/static'
DEP ofd_file_locks.d
DEP get_smaps_bits.d
DEP shm-unaligned.d
DEP cmdlinenv00.d
DEP umask00.d
DEP fifo-rowo-pair.d
DEP env00.d
DEP binfmt_misc.d
DEP chroot-file.d
DEP chroot.d
DEP sk-unix-mntns.d
DEP del_standalone_un.d
DEP autofs.d
DEP mnt_enablefs.d
DEP unlink_regular00.d
DEP mntns_deleted.d
DEP mnt_tracefs.d
DEP mnt_ext_dev.d
DEP mnt_ext_master.d
On Thu, Apr 19, 2018 at 04:22:52AM +0100, Dmitry Safonov wrote:
> Found out that on my slow aarch64 qemu machine only one
> core is busy during zdtm tests build.
> Fix the mess a bit.
>
> Haven't waited for Travis-CI.. it's 4:20 AM, sending this
> as-is, hoping that build will pass.
>
> Hola!
>
> Dmitry Safonov (3):
> nmk: Don't redefine MAKEFLAGS
> test/make: Drop implicit make variables
> make: Don't set $(MAKEFLAGS)
>
> Makefile | 4 ++--
> scripts/nmk/Makefile | 2 --
> test/zdtm/Makefile.inc | 9 ++++-----
> 3 files changed, 6 insertions(+), 9 deletions(-)
>
> --
> 2.13.6
>
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
More information about the CRIU
mailing list