]> git.proxmox.com Git - pve-docs.git/commitdiff
Makefile: do not use ordered dependencies
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 14 May 2018 10:22:18 +0000 (12:22 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 14 May 2018 10:22:18 +0000 (12:22 +0200)
Instead, make odering explicit.

Makefile

index 3bb308c7320885de3cd5579c9bae72bc9d97a498..3db27b8b9908d1bedb60a87acd11361b74bed449 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -223,11 +223,15 @@ upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
        tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
 
 .PHONY: update
-update: clean clean-static | update-static
+update:
+       make clean clean-static
+       make update-static
        make all
 
 .PHONY: update-static
-update-static: clean-static | $(filter %-synopsis.adoc %-opts.adoc, ${PVE_ADMIN_GUIDE_ADOCDEPENDS}) pve-firewall-macros.adoc api-viewer/apidata.js
+update-static:
+       make clean-static
+       make $(filter %-synopsis.adoc %-opts.adoc, ${PVE_ADMIN_GUIDE_ADOCDEPENDS}) pve-firewall-macros.adoc api-viewer/apidata.js
 
 .PHONY: clean-static
 clean-static: