From 5d0da8bd98bdaa38880c9ceded785e028e1cd83f Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Fri, 26 Apr 2019 19:43:02 +0100 Subject: abuild: rename to avoid clash on alpine systems --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d77ed51..b2cf4c4 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ TAGS = 2.6 2.7 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 edge .PHONY: build build: $(patsubst %, build-%, $(TAGS)) - sed 's!%%ABUILD_VOLUMES%%!$(VOLS)!;s!%%ABUILD_IMAGE%%!$(IMG)!' abuild.in >| abuild - chmod +x abuild + sed 's!%%ABUILD_VOLUMES%%!$(VOLS)!;s!%%ABUILD_IMAGE%%!$(IMG)!' dabuild.in >| dabuild + chmod +x dabuild .PHONY: build-% build-%: @@ -32,7 +32,7 @@ push: .PHONY: clean clean: docker rmi -f $$(docker images -q $(IMG)) || true - $(RM) Dockerfile abuild + $(RM) Dockerfile dabuild .PHONY: distclean distclean: clean -- cgit v1.2.3