mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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) ;\
|
$(check_cvs_sync) ;\
|
||||||
fi ;\
|
fi ;\
|
||||||
if [ "$(LAST_RPM_VERSION)" != $(RPM_VERSION) ]; then \
|
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 ;\
|
exit 0 ;\
|
||||||
fi ;\
|
fi ;\
|
||||||
|
echo -n "+ increasing build number to " ;\
|
||||||
echo $(MAJOR_MINOR_RELEASE)-$(shell expr $(BUILD_NUMBER) + 1)-dev | tee VERSION ;\
|
echo $(MAJOR_MINOR_RELEASE)-$(shell expr $(BUILD_NUMBER) + 1)-dev | tee VERSION ;\
|
||||||
echo $(HASH) > HASH ;\
|
echo $(HASH) > HASH ;\
|
||||||
if ! grep -q HASH CVS/Entries; then \
|
if ! grep -q HASH CVS/Entries; then \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue