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 \
|
if ! [[ -e develop ]]; then \
|
||||||
$(MAKE) new-develop; \
|
$(MAKE) new-develop; \
|
||||||
fi
|
fi
|
||||||
|
$(SET_DEVELOP)
|
||||||
$(MAKE) develop/.current
|
$(MAKE) develop/.current
|
||||||
.PHONY: develop/.current
|
.PHONY: develop/.current
|
||||||
develop/.current:
|
develop/.current:
|
||||||
@ -406,4 +407,4 @@ i18n-check: --image-run---i18n-check
|
|||||||
[ -e $@ ] || touch $@
|
[ -e $@ ] || touch $@
|
||||||
flock -en $@ true
|
flock -en $@ true
|
||||||
|
|
||||||
.PHONY: --%
|
.PHONY: --%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user