mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
d8542717b1
commit
477d4e2d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ pkg-update: pkgupdate.dist
|
|||
pkg-upload-local: pkg-upload-local.dist
|
||||
|
||||
clean.rpm:
|
||||
$(RM) -rf $(DIST_DIR) *.dist
|
||||
$(RM) -rf $(DIST_DIR) *.dist make/.cache.mk
|
||||
|
||||
#ifeq ($(PROJECT_DESCR_FILE),)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue