Add CLEANUP=1 for when update runs autospec

This commit is contained in:
William Douglas
2022-07-08 08:17:29 -07:00
parent 1aecb3dcf5
commit 349d8c6645
+1 -1
View File
@@ -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 \