We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e2dd6 commit 58ad2d4Copy full SHA for 58ad2d4
wolfHSM/Makefile
@@ -1,11 +1,11 @@
1
-# Override SRC BEFORE including common.am so it points to cloned repo
+-include ../common/common.am
2
+
3
+# Override SRC AFTER including common.am so it points to cloned repo
4
ifeq ($(DOC_LANG),JA)
5
SRC = wolfhsm/docs/src-ja
6
else
7
SRC = wolfhsm/docs/src
8
endif
-
--include ../common/common.am
9
.DEFAULT_GOAL := all
10
11
all: pdf html
@@ -36,7 +36,7 @@ wolfhsm:
36
37
.PHONY: wolfhsm-update
38
wolfhsm-update: wolfhsm
39
- $(Q)cd wolfhsm && git pull --ff-only
+ -$(Q)cd wolfhsm && git pull --ff-only
40
41
.PHONY: api
42
api: wolfhsm-update
0 commit comments