Skip to content
Snippets Groups Projects

Makefile: work better with parallel make

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
  • 7fe07938
    Makefile: Disable parallel make · 7fe07938
    David Turner authored
    Disable parallel make, because the Makefile is written funny. Now it
    won't fail if make is run with -j # (e.g. because MAKEFLAGS includes
    -j #).
+ 2
0
.NOTPARALLEL:
gitlab_repo = https://gitlab.com/gitlab-org/gitlab-ce.git
gitlab_shell_repo = https://gitlab.com/gitlab-org/gitlab-shell.git
gitlab_shell_clone_dir = go-gitlab-shell/src/gitlab.com/gitlab-org/gitlab-shell
Loading