update_tasks requires BDIR to be created
This commit is contained in:
parent
5aa7863d82
commit
5b5f073811
2
Makefile
2
Makefile
|
@ -365,7 +365,7 @@ mirrorcheck: ok
|
||||||
update-popcon:
|
update-popcon:
|
||||||
$(update_popcon) tasks/popularity-contest-$(CODENAME)
|
$(update_popcon) tasks/popularity-contest-$(CODENAME)
|
||||||
|
|
||||||
update-tasks:
|
update-tasks: $(BDIR)
|
||||||
$(update_tasks) $(CODENAME)
|
$(update_tasks) $(CODENAME)
|
||||||
|
|
||||||
# Little trick to simplify things
|
# Little trick to simplify things
|
||||||
|
|
Loading…
Reference in New Issue