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 <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/399926 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
bb24ce82a6
commit
9c131c2863
@ -44,6 +44,7 @@ all:
|
|||||||
@:
|
@:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@:
|
||||||
|
|
||||||
install: $(INSTALLED_HEADERS)
|
install: $(INSTALLED_HEADERS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user