make: plist-check requires WRKDIR

This commit is contained in:
Franco Fichtner 2018-11-04 17:46:51 +01:00
parent 1e7296497f
commit 1bd18ccf73

View File

@ -237,6 +237,7 @@ plist-fix:
@${MAKE} DESTDIR=${DESTDIR} plist > ${.CURDIR}/plist
plist-check:
@mkdir -p ${WRKDIR}
@${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 \