rpmdist.mk: Remove make/.cache.mk with clean target

make rpm-build sometimes fails because RPM_VERSION is taken from .cache.mk. Not
sure if this commit always resolves that entirely, but it mitigates the
problem.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2020-04-05 12:51:10 +00:00
commit 477d4e2d8d

View file

@ -134,7 +134,7 @@ pkg-update: pkgupdate.dist
pkg-upload-local: pkg-upload-local.dist pkg-upload-local: pkg-upload-local.dist
clean.rpm: clean.rpm:
$(RM) -rf $(DIST_DIR) *.dist $(RM) -rf $(DIST_DIR) *.dist make/.cache.mk
#ifeq ($(PROJECT_DESCR_FILE),) #ifeq ($(PROJECT_DESCR_FILE),)
# #