build: slap some .ORDER on targets
This ensures that the build still generally works if one specifies jobs and multiple targets at the same time. Reviewed-by: gjb, hrs Differential-Revision: https://reviews.freebsd.org/D28382
This commit is contained in:
parent
98844c28f4
commit
dc7b79a328
2 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,10 @@ PYTHON_CMD = /usr/local/bin/python3.7
|
|||
HUGO_CMD = /usr/local/bin/hugo
|
||||
LANGUAGES = en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr
|
||||
|
||||
.ORDER: starting-message generate-books-toc
|
||||
.ORDER: starting-message build
|
||||
.ORDER: generate-books-toc build
|
||||
|
||||
all: starting-message generate-books-toc run
|
||||
generate: starting-message generate-books-toc build
|
||||
|
||||
|
|
|
@ -13,6 +13,10 @@ MAINTAINER=carlavilla@FreeBSD.org
|
|||
PYTHON_CMD = /usr/local/bin/python3.7
|
||||
HUGO_CMD = /usr/local/bin/hugo
|
||||
|
||||
.ORDER: starting-message generate-books-toc
|
||||
.ORDER: starting-message build
|
||||
.ORDER: generate-books-toc build
|
||||
|
||||
all: starting-message generate-releases run
|
||||
generate: starting-message generate-releases build
|
||||
|
||||
|
|
Loading…
Reference in a new issue