From 11ca71d47d30fc4c02d90e9e805f543a3147b2d3 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 8 Nov 2017 18:03:11 +0200 Subject: [PATCH] Makefile: Fix "git co" into "git checkout". (Local alias leaked.) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcb0c90..8dff938 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ $(VENDOR_SDK_DIR)/.dir: $(VENDOR_SDK_ZIP) $(VENDOR_SDK_DIR_2.1.0-18-g61248df)/.dir: echo $(VENDOR_SDK_DIR_2.1.0-18-g61248df) git clone https://github.com/espressif/ESP8266_NONOS_SDK $(VENDOR_SDK_DIR_2.1.0-18-g61248df) - (cd $(VENDOR_SDK_DIR_2.1.0-18-g61248df); git co 61248df5f6) + (cd $(VENDOR_SDK_DIR_2.1.0-18-g61248df); git checkout 61248df5f6) touch $@ $(VENDOR_SDK_DIR_2.1.0)/.dir: $(VENDOR_SDK_ZIP_2.1.0)