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

@@ -18,7 +18,7 @@ tar-source: $(DL_DIR)/$(GNUTAR_SOURCE)
$(GNUTAR_DIR)/.unpacked: $(DL_DIR)/$(GNUTAR_SOURCE)
$(GNUTAR_CAT) $(DL_DIR)/$(GNUTAR_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(GNUTAR_DIR) package/tar/ tar*.patch
toolchain/patch-kernel.sh $(GNUTAR_DIR) package/tar/ tar\*.patch
touch $(GNUTAR_DIR)/.unpacked
$(GNUTAR_DIR)/.configured: $(GNUTAR_DIR)/.unpacked