Blame 0029-Make-scan-build-rules-slightly-more-intuitive.patch

38cfe28
From 47351ed986d8cb2c04c0447e62419b3ef5eebc78 Mon Sep 17 00:00:00 2001
38cfe28
From: Peter Jones <pjones@redhat.com>
38cfe28
Date: Wed, 19 Jun 2019 11:35:28 -0400
38cfe28
Subject: [PATCH 29/86] Make scan build rules slightly more intuitive.
38cfe28
38cfe28
Signed-off-by: Peter Jones <pjones@redhat.com>
38cfe28
---
38cfe28
 Make.scan-build | 7 +++----
38cfe28
 1 file changed, 3 insertions(+), 4 deletions(-)
38cfe28
38cfe28
diff --git a/Make.scan-build b/Make.scan-build
38cfe28
index 7d684f7539f..f508e30be16 100644
38cfe28
--- a/Make.scan-build
38cfe28
+++ b/Make.scan-build
38cfe28
@@ -12,10 +12,9 @@ scan-build : | scan-test
38cfe28
 scan-build : clean
38cfe28
 	scan-build -o scan-results make $(DASHJ) CC=clang all
38cfe28
 
38cfe28
-scan-build-all : | scan-test
38cfe28
-scan-build-all : clean
38cfe28
-	scan-build -o scan-results make $(DASHJ) CC=clang all
38cfe28
+scan-build-all: | scan-build
38cfe28
+scan : | scan-build
38cfe28
 
38cfe28
-.PHONY : scan-build scan-clean
38cfe28
+.PHONY : scan-build scan-clean scan-build-all scan
38cfe28
 
38cfe28
 # vim:ft=make
38cfe28
-- 
38cfe28
2.24.1
38cfe28