From ece83dfb86c6c9519091124574a48bf1f0790c48 Mon Sep 17 00:00:00 2001 From: mikee47 Date: Thu, 18 Nov 2021 09:17:30 +0000 Subject: [PATCH] Win32 fixes --- Sming/Arch/Host/Tools/ci/{install .cmd => install.cmd} | 0 Sming/Makefile | 2 +- docs/Tools/{install .cmd => install.cmd} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Sming/Arch/Host/Tools/ci/{install .cmd => install.cmd} (100%) rename docs/Tools/{install .cmd => install.cmd} (100%) diff --git a/Sming/Arch/Host/Tools/ci/install .cmd b/Sming/Arch/Host/Tools/ci/install.cmd similarity index 100% rename from Sming/Arch/Host/Tools/ci/install .cmd rename to Sming/Arch/Host/Tools/ci/install.cmd diff --git a/Sming/Makefile b/Sming/Makefile index a82c0aa6f5..155e9b13df 100644 --- a/Sming/Makefile +++ b/Sming/Makefile @@ -103,7 +103,7 @@ docs: submodules ##Build the Sming documentation # For integration testing both samples and tests are moved outside of the repo. SMING_PROJECTS_DIR ?= $(abspath $(SMING_HOME)/..) -SMING_PROJECTS_DIR := $(call FixPath, $(SMING_PROJECTS_DIR)) +SMING_PROJECTS_DIR := $(call FixPath,$(SMING_PROJECTS_DIR)) SAMPLES_DIR := $(SMING_PROJECTS_DIR)/samples # Marks sample as build complete for faster re-testing diff --git a/docs/Tools/install .cmd b/docs/Tools/install.cmd similarity index 100% rename from docs/Tools/install .cmd rename to docs/Tools/install.cmd