[PATCH 1 of 3] makefile: mkdir is not needed on templatized docker builds

Antonio Muci a.mux at inwind.it
Sat Apr 14 16:31:24 UTC 2018


# HG changeset patch
# User Antonio Muci <a.mux at inwind.it>
# Date 1523714275 -7200
#      Sat Apr 14 15:57:55 2018 +0200
# Node ID 3c8463e542db60db1ad234ec80f39e290ed17658
# Parent  1541e1a8e87de9bd6b869ed498ad8e9b93c59d4d
makefile: mkdir is not needed on templatized docker builds

this imitates e63dfbbdbd07 and is a small addition to 231690dba9b4 and
5c1283713293

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -213,11 +213,9 @@ contrib/docker/debian-%: contrib/docker/
 	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


More information about the Mercurial-devel mailing list