libnbd/0003-m4-Remove-on-make-clean.patch
Richard W.M. Jones 323edc9d03 Fix nbdcopy progress bar.
Add nbdinfo --map --totals and --can/--is options.
resolves: rhbz#1950630
2021-07-30 18:34:46 +01:00

27 lines
566 B
Diff

From 556fb69b1329905a988effb812639eae419053f0 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Sat, 17 Jul 2021 11:24:57 +0100
Subject: [PATCH] m4: Remove *~ on make clean
(cherry picked from commit c55c5d9960809efd27cd044d007a33ea1636f4b0)
---
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 53681a5..0f0427a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,8 @@ EXTRA_DIST = \
SECURITY \
$(NULL)
+CLEANFILES += m4/*~
+
SUBDIRS = \
generator \
include \
--
2.31.1