[MERGED] osmo-ttcn3-hacks[master]: Makefile: Add 'deps-update' target to update the deps-reposi...

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 15 17:33:23 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Makefile: Add 'deps-update' target to update the deps-repository
......................................................................


Makefile: Add 'deps-update' target to update the deps-repository

Change-Id: Idc165425b45872d2eb958a662d03e69aaf60669d
---
M Makefile
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/Makefile b/Makefile
index f009560..8999ec8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@
 deps:
 	$(MAKE) -C deps
 
+.PHONY: deps-update
+deps-update:
+	$(MAKE) -C deps update
+
 compile: $(foreach dir,$(SUBDIRS),$(dir)/compile)
 clean: $(foreach dir,$(SUBDIRS),$(dir)/clean)
 all: $(foreach dir,$(SUBDIRS),$(dir)/all)

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc165425b45872d2eb958a662d03e69aaf60669d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list