mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
Framework: proper reset here as well
This commit is contained in:
parent
5f877635d1
commit
4897e78790
1 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue