mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
rpmdist.mk: Add pkg-release-update-version
Currently, the the version file is updated in the context of pkg.sh release-reinstall -D "$(RPM_REQUIRES_DEVEL)" RPM_REQUIRES_DEVEL is often filled from the current version, which in turn is filled from the version file, so the order of events here is unclear at best. Add target pkg-release-update-version and make pkg-release-reinstall depend on it to make the order explicit. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e66acbee70
commit
153652a832
1 changed files with 3 additions and 1 deletions
|
|
@ -295,7 +295,9 @@ pkg-release: pkg-release-reinstall
|
||||||
|
|
||||||
pkg-rebuild-reinstall: pkg-clean pkg-build pkg-reinstall
|
pkg-rebuild-reinstall: pkg-clean pkg-build pkg-reinstall
|
||||||
|
|
||||||
pkg-release-reinstall: get-maintainer get-official
|
pkg-release-update-version:
|
||||||
|
$(PKG_SH) update-version
|
||||||
|
pkg-release-reinstall: get-maintainer get-official pkg-release-update-version
|
||||||
$(PKG_SH) release $(PKG_SH_BUILD_OPTS)
|
$(PKG_SH) release $(PKG_SH_BUILD_OPTS)
|
||||||
ifneq ($(TARGET_HOST),)
|
ifneq ($(TARGET_HOST),)
|
||||||
pkg-remote-install:
|
pkg-remote-install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue