mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rpmdist.mk: Beautify logging
This commit is contained in:
parent
643bd5b716
commit
12825a3e42
1 changed files with 2 additions and 0 deletions
|
|
@ -159,8 +159,10 @@ define increase_build_number
|
|||
$(check_cvs_sync) ;\
|
||||
fi ;\
|
||||
if [ "$(LAST_RPM_VERSION)" != $(RPM_VERSION) ]; then \
|
||||
echo "+ no need to increase build number of $(RPM_VERSION), last rpm has $(LAST_RPM_VERSION)" ;\
|
||||
exit 0 ;\
|
||||
fi ;\
|
||||
echo -n "+ increasing build number to " ;\
|
||||
echo $(MAJOR_MINOR_RELEASE)-$(shell expr $(BUILD_NUMBER) + 1)-dev | tee VERSION ;\
|
||||
echo $(HASH) > HASH ;\
|
||||
if ! grep -q HASH CVS/Entries; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue