makefile: mkdir is not needed on templatized docker builds
authorAntonio Muci <a.mux@inwind.it>
Sat, 14 Apr 2018 15:57:55 +0200
changeset 37701 492531ff81bc
parent 37700 495fbeae63cc
child 37702 78c050eed395
makefile: mkdir is not needed on templatized docker builds This imitates e63dfbbdbd07 and is a small addition to 231690dba9b4 and 5c1283713293
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