Skip to content

Commit

Permalink
Makefile: explicitly set .DEFAULT_GOAL
Browse files Browse the repository at this point in the history
first target read can be affected by definitions in included files
  • Loading branch information
tonytheodore committed Mar 21, 2017
1 parent be936eb commit 1cf2afb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MXE_LIB_TYPES := static shared
MXE_TARGET_LIST := $(strip $(foreach TRIPLET,$(MXE_TRIPLETS),\
$(addprefix $(TRIPLET).,$(MXE_LIB_TYPES))))
MXE_TARGETS := i686-w64-mingw32.static
.DEFAULT_GOAL := all-filtered

DEFAULT_MAX_JOBS := 6
SOURCEFORGE_MIRROR := downloads.sourceforge.net
Expand Down Expand Up @@ -362,9 +363,6 @@ LOOKUP_PKG_RULE = $(strip \
$(call set,LOOKUP_PKG_RULE_,$(1)_$(2)_$(or $(5),$(3)),$(1)_$(2)_$(3))\
$(1)_$(2)_$(3))))

.PHONY: all
all: all-filtered

# Core packages.
override MXE_PLUGIN_DIRS := $(realpath $(TOP_DIR)/src) $(MXE_PLUGIN_DIRS)

Expand Down

0 comments on commit 1cf2afb

Please sign in to comment.