Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 0 additions & 5 deletions Cleanfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ ifeq ($(wildcard $(_SDK_SRC_ROOT)Cleanfile),)
_SDK_SRC_ROOT = $(find_sdk_src_root)
endif

$(_SDK_SRC_ROOT)Cleanfile: ;
$(_SDK_SRC_ROOT)crossplatform.mk: ;

include $(_SDK_SRC_ROOT)crossplatform.mk

subdirs := $(sort $(filter-out .configs obj __pycache__,$(hs_ls_dir)))
Expand Down Expand Up @@ -64,5 +61,3 @@ ifdef _SDK_SRC_ROOT
endif

$(MAKEFILE_LIST): ;
$(SOURCES): ;
$(RESOURCES): ;
4 changes: 4 additions & 0 deletions crossplatform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $(info Using config.mk configuration file.)
include config.mk
endif

ifndef VERBOSE
MAKEFLAGS += --no-print-directory
endif

# HOST PLATFORM DETECTION
ifeq ($(OS),Windows_NT)
HOST_PLATFORM := win32
Expand Down