From 2cef0dc72f7b26d642169c9d626dac314cf17c88 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 16 Mar 2023 12:38:15 +0100 Subject: [PATCH] Cosmetic: build/Makefile.common.inc: add comments Describe what upload and publish do, it's not clear from the name of these make targets. Related: SYS#6380 Change-Id: Ic2ab9df2192912d20ede0241abe01e8d26a9afcc --- build/Makefile.common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Makefile.common.inc b/build/Makefile.common.inc index 2bbd324..a53e26e 100644 --- a/build/Makefile.common.inc +++ b/build/Makefile.common.inc @@ -20,6 +20,7 @@ prefix ?= /usr/local $(SYMLINKS): ln -s $(OSMO_GSM_MANUALS_DIR)/$@ $@ +# Publish to $UPLOAD_PATH upload: $(UPLOAD_FILES) rsync -avz $(UPLOAD_FILES) $(UPLOAD_PATH)/ @@ -28,6 +29,7 @@ clean: distclean: clean +# Publish to https://ftp.osmocom.org/docs/ publish: $(UPLOAD_FILES) [ -n "$(OSMO_REPOSITORY)" ] || exit 1 rm -rf "$(PUBLISH_TEMPDIR)"