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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user