Split prolog to mv_env and msxbuild file.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
This commit is contained in:
parent
0bf46a9ff3
commit
21275aaded
4 changed files with 157 additions and 157 deletions
|
|
@ -1,6 +1,21 @@
|
|||
#
|
||||
# msxbuild.mk - Makefile helper to use with msx projects.
|
||||
#
|
||||
# Make make, make behave;
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
MAKEFLAGS += --no-builtin-variables
|
||||
MAKEFLAGS += --warn-undefined-variables
|
||||
.DELETE_ON_ERROR :=
|
||||
.RECIPEPREFIX := $(if $(.RECIPEPREFIX),$(.RECIPEPREFIX),>)
|
||||
.SUFFIXES :=
|
||||
.ONESHELL :=
|
||||
.SHELLFLAGS := -e -u -o pipefail -c
|
||||
SHELL := bash
|
||||
ifeq ($(origin .RECIPEPREFIX), undefined)
|
||||
$(error This version of make does not support dynamic white space brain fuck mode.)
|
||||
endif
|
||||
|
||||
# Set some root variable to use in this library
|
||||
MB_@RECIPE := ]
|
||||
MB_@RECIPEPREFIX := $(.RECIPEPREFIX)
|
||||
MB_@BASEPATH := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
|
|
@ -46,6 +61,7 @@ $(eval $(call __mb_include,make/𓃬 𓍄 𓋹𓀭/mb_flow_sdcc.mk))
|
|||
$(eval $(call __mb_include,make/𓃬 𓍄 𓋹𓀭/mb_flow_clone.mk))
|
||||
@@include-libs:: $(MB_@INCLUDE_CHAIN)
|
||||
MB_@INCLUDE_CHAIN :=
|
||||
$(eval $(call __mb_include,make/mb_env.mk))
|
||||
$(eval $(call __mb_include,make/mb_flight.mk))
|
||||
$(eval $(call __mb_include,make/i18n/mb_i18n.mk))
|
||||
ifneq ("$(MB_I18N)", "off")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue