From faf6ab7f21a94f78426b1244be1124c6d75f5bfe Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 4 Apr 2024 08:59:36 +0200 Subject: [PATCH] make: add a small 'feed' helper for compiling release notes --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40212ab67..35c81574d 100644 --- a/Makefile +++ b/Makefile @@ -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})