mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 13:59:06 -04:00
Framework: proper reset here as well
(cherry picked from commit 4897e78790)
This commit is contained in:
parent
cc1bb055e4
commit
99426f7940
1 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue