mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
make: plist-check requires WRKDIR
This commit is contained in:
parent
1e7296497f
commit
1bd18ccf73
1
Makefile
1
Makefile
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user