Change #5117
Category | None |
Changed by | Paul Spooren <mail | @aparcar.org>
Changed at | Wed 27 Jan 2021 03:29:49 |
Repository | https://git.openwrt.org/openwrt/openwrt.git |
Branch | master |
Revision | 513f7171a3e509bba54ecc2af2d6259c7cbff221 |
Comments
rules: fix COMMITCOUNT logic The newly added $(COMMITCOUNT) variable was wrongly increased by plus one. The addition should have been only added to $(AUTORELEASE) as OpenWrt traditionally starts counting at one rather than zero. $(AUTORELEASE) counts the commits since the last bump, which is zero on the version bump commit itself. This commit increases $(AUTORELEASE) by one while leaving $(COMMITCOUNT) as is. The base-files package is the only package using $(COMMITCOUNT) so far and requires a pseudo commit to keep the PKG_RELEASE correct. A non functional change (Copyright bump) is done in the next commit. Signed-off-by: Paul Spooren <mail@aparcar.org>
Changed files
- rules.mk