build(Makefile): Fix $(DEVELOP)
This commit is contained in:
parent
6fd68c294e
commit
3028a4a33b
3
Makefile
3
Makefile
@ -384,6 +384,7 @@ new-develop:
|
||||
if ! [[ -e develop ]]; then \
|
||||
$(MAKE) new-develop; \
|
||||
fi
|
||||
$(SET_DEVELOP)
|
||||
$(MAKE) develop/.current
|
||||
.PHONY: develop/.current
|
||||
develop/.current:
|
||||
@ -406,4 +407,4 @@ i18n-check: --image-run---i18n-check
|
||||
[ -e $@ ] || touch $@
|
||||
flock -en $@ true
|
||||
|
||||
.PHONY: --%
|
||||
.PHONY: --%
|
||||
|
||||
Reference in New Issue
Block a user