Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarball: use .NOTPARALLEL to allow make wipeclean all -j9 to work pro… #68

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
crossplatform.mk: add include guard variable CROSSPLATFORM_MK := defi…
…ned.
  • Loading branch information
redj committed Aug 16, 2020
commit 71d9ba87b46c939f7a81eeff22b865ff1ded36fe
4 changes: 3 additions & 1 deletion crossplatform.mk
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ $(info Using config.mk configuration file.)
include config.mk
endif

CROSSPLATFORM_MK := defined

ifndef VERBOSE
MAKEFLAGS += --no-print-directory
endif
@@ -316,7 +318,7 @@ endif
ifeq ($(D),1)
DEBUG_IS_ON := defined
endif
addtolistfile = $(if $(1),@$(call echo,$(1)) >> $(2),)
addtolistfile = $(if $(1),@$(call echo,$(1))>> $(2),)
ifdef WIN_SHELL_COMMANDS
cd = @cd
nullerror = 2>NUL