[master] make uninstall
4503. [cleanup] "make uninstall" now removes file installed by BIND. (This currently excludes Python files due to lack of support in setup.py.) [RT #42912]
This commit is contained in:
@@ -59,6 +59,15 @@ install:: ${TARGETS} installdirs
|
||||
fi \
|
||||
fi
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man8/dnssec-keymgr.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/dnssec-coverage.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/dnssec-checkds.8
|
||||
rm -f ${DESTDIR}${sbindir}/dnssec-keymgr
|
||||
rm -f ${DESTDIR}${sbindir}/dnssec-coverage
|
||||
rm -f ${DESTDIR}${sbindir}/dnssec-checkds
|
||||
# only manually uninstall for the python package itself
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
rm -rf build
|
||||
|
||||
Reference in New Issue
Block a user