[MERGED] osmo-gsm-manuals[master]: build/Makefile: set LIBOSMO_DIR UPLOAD_PATH only if not exists

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Oct 18 13:34:08 UTC 2016


lynxis lazus has submitted this change and it was merged.

Change subject: build/Makefile: set LIBOSMO_DIR UPLOAD_PATH only if not exists
......................................................................


build/Makefile: set LIBOSMO_DIR UPLOAD_PATH only if not exists

Allows the user to set by env or argument

Change-Id: Ibc2c9ff6e61fd8cb59b908a9586ad5841d698924
---
M build/Makefile.inc
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/build/Makefile.inc b/build/Makefile.inc
index e317131..3905cb0 100644
--- a/build/Makefile.inc
+++ b/build/Makefile.inc
@@ -1,9 +1,9 @@
 # XSL stylesheets downloaded from http://docbook.sourceforge.net/release/xsl/current/html/
 # Makefile from BitBake/OpenEmbedded manuals
 
-LIBOSMO_DIR := ~/source/gsm/libosmocore
+LIBOSMO_DIR ?= ~/source/gsm/libosmocore
 MERGE_DOC := $(LIBOSMO_DIR)/doc/vty/merge_doc.xsl
-UPLOAD_PATH := generic at sysmocom-downloads:documents
+UPLOAD_PATH ?= generic at sysmocom-downloads:documents
 
 pdfs = $(patsubst %.xml,%.pdf,$(manuals))
 lint = $(patsubst %.xml,%.xml-lint,$(manuals))

-- 
To view, visit https://gerrit.osmocom.org/1073
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc2c9ff6e61fd8cb59b908a9586ad5841d698924
Gerrit-PatchSet: 3
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list