mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
be a bit more consistant with naming, always escape wildcards
This commit is contained in:
@@ -21,7 +21,7 @@ $(PYTHON_DIR)/.unpacked: $(DL_DIR)/$(PYTHON_SOURCE)
|
||||
touch $(PYTHON_DIR)/.unpacked
|
||||
|
||||
$(PYTHON_DIR)/.patched: $(PYTHON_DIR)/.unpacked
|
||||
toolchain/patch-kernel.sh $(PYTHON_DIR) package/python/ python*.patch
|
||||
toolchain/patch-kernel.sh $(PYTHON_DIR) package/python/ python\*.patch
|
||||
touch $(PYTHON_DIR)/.patched
|
||||
|
||||
$(PYTHON_DIR)/.hostpython: $(PYTHON_DIR)/.patched
|
||||
|
||||
Reference in New Issue
Block a user