# HG changeset patch # User Antonio Muci # Date 1523714275 -7200 # Node ID 492531ff81bc7df6cbd38987d1da245e7a8312f0 # Parent 495fbeae63cc714036af85e0dda570c343e2a19d makefile: mkdir is not needed on templatized docker builds This imitates e63dfbbdbd07 and is a small addition to 231690dba9b4 and 5c1283713293 diff -r 495fbeae63cc -r 492531ff81bc Makefile --- a/Makefile Sun Apr 01 23:50:34 2018 +0900 +++ b/Makefile Sat Apr 14 15:57:55 2018 +0200 @@ -213,11 +213,9 @@ sed "s/__CODENAME__/$*/" $< > $@ docker-debian-jessie: contrib/docker/debian-jessie - mkdir -p packages/debian-jessie contrib/dockerdeb debian jessie docker-debian-stretch: contrib/docker/debian-stretch - mkdir -p packages/debian-stretch contrib/dockerdeb debian stretch contrib/docker/ubuntu-%: contrib/docker/ubuntu.template