sub makefiles: standardize names and add to build-pkg

pull/2067/merge
Tony Theodore 6 years ago
parent 02e11b8dc1
commit 38c43b5017

@ -215,7 +215,7 @@ define AUTOTOOLS_BUILD
endef endef
# include github related functions # include github related functions
include $(PWD)/github.mk include $(PWD)/mxe.github.mk
# shared lib preload to disable networking, enable faketime etc # shared lib preload to disable networking, enable faketime etc
PRELOAD_VARS := LD_PRELOAD DYLD_FORCE_FLAT_NAMESPACE DYLD_INSERT_LIBRARIES PRELOAD_VARS := LD_PRELOAD DYLD_FORCE_FLAT_NAMESPACE DYLD_INSERT_LIBRARIES
@ -1081,5 +1081,5 @@ docs/packages.json: $(foreach 1,$(PKGS),$(PKG_MAKEFILES))
@echo '}' >> $@ @echo '}' >> $@
# for other mxe functions # for other mxe functions
include patch.mk include mxe.patch.mk
include updates.mk include mxe.updates.mk

@ -1057,14 +1057,16 @@ local function makeMxeSourcePackage()
-- dependencies -- dependencies
local deps = {} local deps = {}
local files = { local files = {
'docs',
'ext',
'LICENSE.md', 'LICENSE.md',
'Makefile', 'Makefile',
'patch.mk', 'mxe.github.mk',
'mxe.patch.mk',
'mxe.updates.mk',
'plugins',
'README.md', 'README.md',
'docs',
'ext',
'src', 'src',
'plugins',
'tools', 'tools',
} }
local d1 = "MXE source" local d1 = "MXE source"

Loading…
Cancel
Save