From edb4034ecd22488d7433cae8f2a63b97008e0db7 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Tue, 2 Jul 2024 16:07:43 +0000 Subject: [PATCH] Don't clean after building the RPM --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee3cd59..ee94585 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ local-rpm: setup --buildrootdir $(BUILDROOTDIR) \ --define "yyyymmdd $(YYYYMMDD)" \ --define "_disable_source_fetch 0" \ - -- $(SPEC) + -- $(SPEC) --noclean .PHONY: local-clean local-clean: