Blame SOURCES/0028-Make-Add-some-more-stuff-to-the-toplevel-clean.patch

a43681
From 7cfb9bd539ced0fd6fe35e7c08326bc3011d059b Mon Sep 17 00:00:00 2001
a43681
From: Peter Jones <pjones@redhat.com>
a43681
Date: Tue, 18 Jun 2019 11:06:09 -0400
a43681
Subject: [PATCH 28/63] Make: Add some more stuff to the toplevel 'clean'
a43681
a43681
Signed-off-by: Peter Jones <pjones@redhat.com>
a43681
---
a43681
 Makefile | 2 +-
a43681
 1 file changed, 1 insertion(+), 1 deletion(-)
a43681
a43681
diff --git a/Makefile b/Makefile
a43681
index 8c67b9d2654..9c2620cb485 100644
a43681
--- a/Makefile
a43681
+++ b/Makefile
a43681
@@ -49,7 +49,7 @@ clean :
a43681
 	@set -e ; for x in $(SUBDIRS) ; do \
a43681
 		$(MAKE) -C $$x $@ ; \
a43681
 	done
a43681
-	@rm -vf efivar.spec
a43681
+	@rm -vf efivar.spec vgcore.* core.*
a43681
 
a43681
 test-archive: abicheck efivar.spec
a43681
 	@rm -rf /tmp/efivar-$(GITTAG) /tmp/efivar-$(GITTAG)-tmp
a43681
-- 
a43681
2.26.2
a43681