plugins: add 'feed' target

This commit is contained in:
Franco Fichtner
2024-08-09 13:28:46 +02:00
parent 047c8ba208
commit f374396f64
+4 -1
View File
@@ -86,7 +86,7 @@ SED_REPLACE= # empty
SED_REPLACE+= -e "s=%%${REPLACEMENT}%%=${${REPLACEMENT}}=g"
.endfor
ARGS= diff mfc
ARGS= diff feed mfc
# handle argument expansion for required targets
.for TARGET in ${.TARGETS}
@@ -114,6 +114,9 @@ diff_ARGS?= .
diff: ensure-stable
@git diff --stat -p stable/${PLUGIN_ABI} ${.CURDIR}/${diff_ARGS:[1]}
feed: ensure-stable
@git log --stat -p --reverse stable/${PLUGIN_ABI}...${feed_ARGS:[1]}~1
mfc_ARGS?= .
mfc: ensure-stable