From 023fb0e59d1f7b03014a7599a222d14b66f7c028 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 3 Aug 2017 19:07:28 +0800 Subject: [PATCH] Server side: Fix the script and generate the machine directory first --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 49a87e9..ad75a49 100644 --- a/Makefile +++ b/Makefile @@ -142,6 +142,7 @@ ifndef WEB_FILES $(error "Please call with make make-server-structure WEB_FILES=...") endif $(Q)$(foreach machine, $(MACHINES), \ + mkdir $(WEB_FILES)/$(machine); \ mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE); \ mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-testing; \ mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-nightly; \