git: dc7b79a328 - main - build: slap some .ORDER on targets
Kyle Evans <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by kevans (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=dc7b79a328fee225219bf963ffc8acfa6d3e994e commit dc7b79a328fee225219bf963ffc8acfa6d3e994e Author: Kyle Evans <[email protected]> AuthorDate: 2021-01-27 16:05:58 +0000 Commit: Kyle Evans <[email protected]> CommitDate: 2021-01-29 03:15:10 +0000 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 --- documentation/Makefile | 4 ++++ website/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/documentation/Makefile b/documentation/Makefile index cdbed92057..60b89da0ed 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -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 diff --git a/website/Makefile b/website/Makefile index 96d0070c5a..6e859536b9 100644 --- a/website/Makefile +++ b/website/Makefile @@ -13,6 +13,10 @@ [email protected] 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"