be a bit more consistant with naming, always escape wildcards

This commit is contained in:
Eric Andersen
2005-06-24 08:36:13 +00:00
parent 9540549182
commit 369864cf10
31 changed files with 31 additions and 31 deletions

View File

@@ -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