From cd08716123d424306012d31f583b4f57c17879f5 Mon Sep 17 00:00:00 2001 From: Zach Hoffman Date: Thu, 18 Jun 2020 15:27:39 -0600 Subject: [PATCH] Add native phony make target --- infrastructure/cdn-in-a-box/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cdn-in-a-box/Makefile b/infrastructure/cdn-in-a-box/Makefile index e9ac145184..e8967233ae 100644 --- a/infrastructure/cdn-in-a-box/Makefile +++ b/infrastructure/cdn-in-a-box/Makefile @@ -50,7 +50,7 @@ TP_SOURCE := $(wildcard ../../traffic_portal/**/*) TR_SOURCE := $(wildcard ../../traffic_router/**/*) TS_SOURCE := $(wildcard ../../traffic_stats/**/*) -.PHONY: clean very-clean all nearly-all debug +.PHONY: clean very-clean all nearly-all debug native # Default target; builds all pre-requisite rpms from source trees all: traffic_monitor/traffic_monitor.rpm traffic_portal/traffic_portal.rpm traffic_ops/traffic_ops.rpm traffic_router/traffic_router.rpm traffic_router/tomcat.rpm traffic_stats/traffic_stats.rpm