• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

0x7f454c46 / criu
63%
master: 66%

Build:
Build:
LAST BUILD BRANCH: wip/vdso-kdat
DEFAULT BRANCH: master
Repo Added 01 Jun 2016 05:33PM UTC
Files 2
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH makeflags
branch: makeflags
CHANGE BRANCH
x
Reset
  • makeflags
  • 0x-fix
  • 32-vdso
  • HEAD
  • PAGE_SIZE-v3
  • PAGE_SIZE-v4
  • arm-fixes
  • arm32
  • arm64
  • bind-nested
  • bind-upwards
  • cgroup-fix
  • clang
  • clang-fixes
  • common-config
  • compat-3
  • compat-4
  • compat-config
  • compat-vz
  • compat-vz-fixes
  • compel-arch-5
  • compel-tool-1
  • compel-tool-1-vers
  • coverity
  • cr-exec
  • criu-dev
  • cyrill-32
  • cyrill-32-2
  • cyrill-compat-style
  • dsafonov
  • headers
  • headers-soccr
  • helper-sigchild
  • ia32
  • ia32/R_X86_64_32
  • ia32/feature-test
  • ia32/make-debug-fix
  • ia32/mmap-bug-check
  • ia32/robust_list
  • ia32/unmap-mv
  • linux-next
  • make
  • make-fix
  • make-nmk
  • master
  • master-top-dir
  • misc
  • mount-fix
  • mxcsr-bug
  • new-vdso
  • page-xfer-msg
  • parasite-args-fix
  • remove-CONFIG_VDSO
  • rm-unmap
  • signals-arm-fix
  • soccr-headers
  • sub-ns
  • sysv-shmem
  • test-make
  • test-printf
  • tmp
  • toy-poison
  • travis
  • travis-gcov
  • tty-fix
  • tty-fix2
  • tun-kdat
  • v3.0-fixes
  • wip/PAGE_SIZE
  • wip/bind-upwards
  • wip/cgroup-fix
  • wip/helper-sigchild
  • wip/kerndat
  • wip/new-vdso
  • wip/vdso-kdat
  • x86-64-relocs
  • x86-tls-fix
  • zdtm-gnu-source
  • zdtm-ifpriomap

pending completion
1063

push

travis-ci

0x7f454c46
make: Don't set $(MAKEFLAGS)

We shouldn't set MAKEFLAGS by the following reasons:
1. User may want to specify some make parameter (e.g., `-d` for debug)
2. We lose parallel build. No `-j` is passed to submake and it looks
   like, gnu/make will not deal with parallel recursive make if
   $(MAKEFLAGS) is unset back.
   Easy to verify: Add `sleep 3` to build rule in Makefile.inc and
   you'll find only one sleep process at a time. After the patch
   if you specify say `-j5` to make - you'll have 5 sleep processes.

Reverts: commit e9beed7bb3f3 ("build: zdtm -- Add implicit rules into
zdtm building").

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Dmitry Safonov <dima@arista.com>

20892 of 33022 relevant lines covered (63.27%)

67270.84 hits per line

Relevant lines Covered
Build:
Build:
33022 RELEVANT LINES 20892 COVERED LINES
67270.84 HITS PER LINE
Source Files on makeflags
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1063 makeflags make: Don't set $(MAKEFLAGS) We shouldn't set MAKEFLAGS by the following reasons: 1. User may want to specify some make parameter (e.g., `-d` for debug) 2. We lose parallel build. No `-j` is passed to submake and it looks like, gnu/make will n... push 19 Apr 2018 04:46AM UTC 0x7f454c46 travis-ci pending completion  
1062 makeflags test/make: Drop implicit make variables Let's drop usage of COMPILE.c, OUTPUT_OPTION. It will allow run submake with -R. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Dmitry Safonov <dima@arista.com> push 19 Apr 2018 04:01AM UTC 0x7f454c46 travis-ci pending completion  
See All Builds (352)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc