AUTO_OBJ: auto.obj.mk mkdir -p simplification

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-10-29 01:21:36 +00:00
parent 051c25dbf3
commit 49c9ea8fe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325084

View File

@ -40,4 +40,8 @@ TIME_STAMP = ${TIME_STAMP_FMT:localtime}
TIME_STAMP_DATE = `date '+${TIME_STAMP_FMT}'`
TIME_STAMP_END?= ${TIME_STAMP_DATE}
# Simplify auto.obj.mk mkdir -p handling and avoid unneeded/redundant
# error spam and show a proper error.
Mkdirs= Mkdirs() { mkdir -p $$* || :; }
.include "src.sys.env.mk"