mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
python3: Remove include guard for python3-host.mk
Since it only defines variables and canned recipes, it is safe to include python3-host.mk more than once. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -8,9 +8,6 @@
|
|||||||
# Note: include this after `include $(TOPDIR)/rules.mk in your package Makefile
|
# Note: include this after `include $(TOPDIR)/rules.mk in your package Makefile
|
||||||
# if `python3-package.mk` is included, this will already be included
|
# if `python3-package.mk` is included, this will already be included
|
||||||
|
|
||||||
ifneq ($(__python3_host_mk_inc),1)
|
|
||||||
__python3_host_mk_inc=1
|
|
||||||
|
|
||||||
# For PYTHON3_VERSION
|
# For PYTHON3_VERSION
|
||||||
python3_mk_path:=$(dir $(lastword $(MAKEFILE_LIST)))
|
python3_mk_path:=$(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
include $(python3_mk_path)python3-version.mk
|
include $(python3_mk_path)python3-version.mk
|
||||||
@@ -91,5 +88,3 @@ define Build/Compile/HostPy3Mod
|
|||||||
./setup.py $(2), \
|
./setup.py $(2), \
|
||||||
$(3))
|
$(3))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
endif # __python3_host_mk_inc
|
|
||||||
|
|||||||
Reference in New Issue
Block a user