mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
rules.mk: add DEPRECATION NOTICE for AUTORELEASE
Add DEPRECATION NOTICE for AUTORELEASE to signal that any usage of this should be dropped and fixed. The macro is still defined for legacy reason but we at least dropped any usage of it in both main and feeds. Link: https://github.com/openwrt/openwrt/pull/20586 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
af22235b79
commit
a0b82434ab
1 changed files with 1 additions and 0 deletions
1
rules.mk
1
rules.mk
|
|
@ -515,6 +515,7 @@ define commitcount
|
||||||
$(shell \
|
$(shell \
|
||||||
if git log -1 --no-show-signature >/dev/null 2>/dev/null; then \
|
if git log -1 --no-show-signature >/dev/null 2>/dev/null; then \
|
||||||
if [ -n "$(1)" ]; then \
|
if [ -n "$(1)" ]; then \
|
||||||
|
$(call ERROR_MESSAGE,DEPRECATION NOTICE: The use of AUTORELEASE has been deprecated. Fix your Makefile.); \
|
||||||
last_bump="$$(git log --no-show-signature --pretty=format:'%h %s' . | \
|
last_bump="$$(git log --no-show-signature --pretty=format:'%h %s' . | \
|
||||||
grep -m 1 -e ': [uU]pdate to ' -e ': [bB]ump to ' | \
|
grep -m 1 -e ': [uU]pdate to ' -e ': [bB]ump to ' | \
|
||||||
cut -f 1 -d ' ')"; \
|
cut -f 1 -d ' ')"; \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue