aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-08-31 10:04:58 -0400
committerChris Luke <chrisy@flirble.org>2016-08-31 10:07:45 -0400
commite0d802bc5356594d4e9621ca4cf8cfa8069d9e8e (patch)
tree60f2c9b8118fc1eda0b8192baffd473aa413f58b /Makefile
parent5cdaf6358266eb883a2e48239a83e9f56c3c5bad (diff)
VPP-221 Loosen Doxygen CLI command struct parser
Make the struct parser slighty slightly more accomodating of whitespace in places it has no business being. Also add missing OS_ID thing to Doxygen makefile. Change-Id: Id3d198fd926f7a6c2ed40bc2d08907aad5d5ac33 Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5808a333..f218cb08 100644
--- a/Makefile
+++ b/Makefile
@@ -242,7 +242,7 @@ cscope: cscope.files
export DOXY_DIR ?= $(WS_ROOT)/doxygen
define make-doxy
- @WS_ROOT="$(WS_ROOT)" BR="$(BR)" make -C $(DOXY_DIR) $@
+ @OS_ID="$(OS_ID)" WS_ROOT="$(WS_ROOT)" BR="$(BR)" make -C $(DOXY_DIR) $@
endef
.PHONY: bootstrap-doxygen doxygen wipe-doxygen