From 94471a1273fc74297bd2567d08408c63e74a6d5f Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 31 Jul 2020 17:59:14 +0300 Subject: [PATCH] app: remove duplicate *-pure makefile rules --- app/vminsert/Makefile | 3 --- app/vmselect/Makefile | 3 --- app/vmstorage/Makefile | 3 --- 3 files changed, 9 deletions(-) diff --git a/app/vminsert/Makefile b/app/vminsert/Makefile index 4f8f3bdba..fbd19798e 100644 --- a/app/vminsert/Makefile +++ b/app/vminsert/Makefile @@ -18,9 +18,6 @@ vminsert-pure-prod: vminsert-prod-race: APP_NAME=vminsert RACE=-race $(MAKE) app-via-docker -vminsert-pure: - APP_NAME=vminsert $(MAKE) app-local-pure - package-vminsert: APP_NAME=vminsert $(MAKE) package-via-docker diff --git a/app/vmselect/Makefile b/app/vmselect/Makefile index a0e2015e8..b1b3b6a72 100644 --- a/app/vmselect/Makefile +++ b/app/vmselect/Makefile @@ -22,9 +22,6 @@ vmselect-pure-prod: vmselect-prod-race: APP_NAME=vmselect RACE=-race $(MAKE) app-via-docker -vmselect-pure: - APP_NAME=vmselect $(MAKE) app-local-pure - package-vmselect: APP_NAME=vmselect $(MAKE) package-via-docker diff --git a/app/vmstorage/Makefile b/app/vmstorage/Makefile index 84cdfe28a..727f11c74 100644 --- a/app/vmstorage/Makefile +++ b/app/vmstorage/Makefile @@ -22,9 +22,6 @@ vmstorage-pure-prod: vmstorage-prod-race: APP_NAME=vmstorage RACE=-race $(MAKE) app-via-docker -vmstorage-pure: - APP_NAME=vmstorage $(MAKE) app-local-pure - package-vmstorage: APP_NAME=vmstorage $(MAKE) package-via-docker