Skip to content

Commit

Permalink
crossplatform.mk: add include guard variable CROSSPLATFORM_MK := defi…
Browse files Browse the repository at this point in the history
…ned.
  • Loading branch information
redj committed Aug 16, 2020
1 parent 4a6577b commit 71d9ba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crossplatform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ $(info Using config.mk configuration file.)
include config.mk
endif

CROSSPLATFORM_MK := defined

ifndef VERBOSE
MAKEFLAGS += --no-print-directory
endif
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 71d9ba8

Please sign in to comment.