make: add a small 'feed' helper for compiling release notes

This commit is contained in:
Franco Fichtner 2024-04-04 08:59:36 +02:00
parent 52f16eba40
commit faf6ab7f21
1 changed files with 4 additions and 1 deletions

View File

@ -455,7 +455,7 @@ license: debug
sync: license plist-fix
ARGS= diff mfc
ARGS= diff feed mfc
# handle argument expansion for required targets
.for TARGET in ${.TARGETS}
@ -485,6 +485,9 @@ diff: ensure-stable
git diff --stat -p ${CORE_STABLE} ${.CURDIR}/${diff_ARGS:[1]}; \
fi
feed: ensure-stable
@git log --stat -p --reverse ${CORE_STABLE}...${feed_ARGS:[1]}~1
mfc: ensure-stable clean-mfcdir
.for MFC in ${mfc_ARGS}
.if exists(${MFC})