Framework: proper reset here as well

This commit is contained in:
Franco Fichtner 2017-09-23 15:11:17 +02:00
parent 5f877635d1
commit 4897e78790

View file

@ -229,7 +229,9 @@ umount: check
umount -f "<above>:${.CURDIR}/src"
clean: check
@git reset -q . && git checkout -f . && git clean -xdqf .
@git reset -q ${.CURDIR}/src && \
git checkout -f ${.CURDIR}/src && \
git clean -xdqf ${.CURDIR}/src
lint-desc: check
@if [ ! -f ${.CURDIR}/${PLUGIN_DESC} ]; then \