osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32731 )

Change subject: build/Makefile.docbook: fix INC_DIR for openbsc
......................................................................

build/Makefile.docbook: fix INC_DIR for openbsc

When Makefile.docbook.inc gets included by openbsc, the PWD Makefile
variable is empty (probably because the including file is not generated
by automake). Use the shell pwd command instead.

This fixes the master-openbsc jenkins job which has been failing since
previous patch dba860c7 ("VTY references: set git version and date")
was merged.

Related: OS#4063
Change-Id: I6026623ec9a5eef0ca8c47bf46605086e361c2bc
---
M build/Makefile.docbook.inc
1 file changed, 19 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/build/Makefile.docbook.inc b/build/Makefile.docbook.inc
index eff6c66..df17646 100644
--- a/build/Makefile.docbook.inc
+++ b/build/Makefile.docbook.inc
@@ -28,7 +28,7 @@
 all: $(DOCBOOKS_PDF)

 # Allow the users to re-define the include directory
-INC_DIR ?= $(PWD)/generated
+INC_DIR ?= $(shell pwd)/generated

 # Lint the file
 %.xml-lint: %.xml

--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32731
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: I6026623ec9a5eef0ca8c47bf46605086e361c2bc
Gerrit-Change-Number: 32731
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to