From 2572c931e1c7d5bef02dd136c0155ac5dc1e44a8 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 25 May 2015 15:51:03 +0000 Subject: [PATCH] rpmdist.mk: Disable clean.mkspec, because mkspec.sh might still be handcoded and in the SCM Signed-off-by: Jan Lindemann --- make/rpmdist.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/rpmdist.mk b/make/rpmdist.mk index 96b4761c..a9b51e6b 100644 --- a/make/rpmdist.mk +++ b/make/rpmdist.mk @@ -87,7 +87,8 @@ ftag: ftag.dist rpm-upload-stable: rpm-upload-STABLE.dist rpm-upload-rc: rpm-upload-RC.dist -rpm-clean: clean.rpm clean.mkspec +rpm-clean: clean.rpm +#rpm-clean: clean.mkspec rpm-uninstall: config rpmuninstall.dist rpm-build: $(BUILD_PACKAGE_SH) build