mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
make: display plist fix hint after diff
This commit is contained in:
parent
1c1d4e0753
commit
78945ce0cb
3
Makefile
3
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user