From fe480405ec3dce2e3a1e6e9e888c4c6801091e55 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 2 Nov 2017 21:58:18 +0000 Subject: [PATCH] Follow-up r325342: Always ensure WORLDTMP exists. Reported by: Herbert J. Skuhra Sponsored by: Dell EMC Isilon --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 4e8a8fd6493b..0f6fbfbcb187 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -815,7 +815,6 @@ _worldtmp: .PHONY @echo "--------------------------------------------------------------" .if !defined(NO_CLEAN) rm -rf ${WORLDTMP} - @mkdir -p ${WORLDTMP} .else .if exists(${WORLDTMP}) @echo ">>> Deleting stale files in build tree..." @@ -832,6 +831,7 @@ _worldtmp: .PHONY .endfor .endif # ${USING_SYSTEM_COMPILER} == "yes" .endif # !defined(NO_CLEAN) + @mkdir -p ${WORLDTMP} @touch ${WORLDTMP}/${.TARGET} .for _dir in \