Server side: Fix the script and generate the machine directory first

This commit is contained in:
Holger Hans Peter Freyther 2017-08-03 19:07:28 +08:00
parent 5783288504
commit 023fb0e59d
1 changed files with 1 additions and 0 deletions

View File

@ -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; \