Commit bc4650cc authored by Franco Fichtner's avatar Franco Fichtner

make: display plist fix hint after diff

(cherry picked from commit 78945ce0)
parent 4b13ebfe
......@@ -231,8 +231,9 @@ plist-check: force
@${MAKE} DESTDIR=${DESTDIR} plist > ${WRKDIR}/plist.new
@cat ${.CURDIR}/plist > ${WRKDIR}/plist.old
@if ! diff -uq ${WRKDIR}/plist.old ${WRKDIR}/plist.new > /dev/null ; then \
diff -u ${WRKDIR}/plist.old ${WRKDIR}/plist.new || true; \
echo ">>> Package file lists do not match. Please run 'make plist-fix'." >&2; \
diff -u ${WRKDIR}/plist.old ${WRKDIR}/plist.new; \
exit 1; \
fi
metadata: force
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment