From 9c131c28638963e65358e5171918486be6aac816 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 14 Feb 2018 10:31:29 -0700 Subject: [PATCH] build: add @: to 'clean' rule in include/Makefile This silences the output of 'make clean' when there is nothing to do. Change-Id: I5cd89b8a2934162c932fc7b4acc6585e8d1dd4f5 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/399926 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris --- include/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile b/include/Makefile index a6b60b220..260826987 100644 --- a/include/Makefile +++ b/include/Makefile @@ -44,6 +44,7 @@ all: @: clean: + @: install: $(INSTALLED_HEADERS)