Framework: proper reset here as well

(cherry picked from commit 4897e78790)
This commit is contained in:
Franco Fichtner 2017-09-23 15:11:17 +02:00
parent cc1bb055e4
commit 99426f7940

View file

@ -227,7 +227,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 \