[PATCH] 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
Fri Oct 14 15:49:35 UTC 2016


Review at  https://gerrit.osmocom.org/1073

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/73/1073/1

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: newchange
Gerrit-Change-Id: Ibc2c9ff6e61fd8cb59b908a9586ad5841d698924
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list