From d64b7dfa8f5b1c30817621e1f0c93607c611369c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 14 Oct 2017 16:38:57 +0200 Subject: [PATCH] - small reworks in update-targets --- make/update.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/make/update.mk b/make/update.mk index 4740dc24..c71102de 100644 --- a/make/update.mk +++ b/make/update.mk @@ -56,16 +56,12 @@ endif cd $(SOURCE_DIR)/$(NI_OFGWRITE) && git pull cd $(SOURCE_DIR)/$(NI_OPENTHREADS) && git pull -ni-update: +update-ni: make update-self make update-neutrino make update-ni-git -foreign-update: - make update-remotes - make update-tuxbox-git - -update-all: ni-update foreign-update +update-all: update-ni update-remotes push: git push