From 349d8c6645def2455d62d1dd8c6e8e154729be1a Mon Sep 17 00:00:00 2001 From: William Douglas Date: Fri, 8 Jul 2022 08:17:29 -0700 Subject: [PATCH] Add CLEANUP=1 for when update runs autospec --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 490468a..2ae493c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -388,7 +388,7 @@ update: ./update.sh; \ else \ $(MAKE) -s update-versions && \ - $(MAKE) -s autospec && \ + $(MAKE) autospec CLEANUP=1 && \ if [ -f bump.list ]; then \ $(MAKE) -s koji; \ else \