Browse Source

- small reworks in update-targets

master
vanhofen 7 years ago
parent
commit
d64b7dfa8f
  1. 8
      make/update.mk

8
make/update.mk

@ -56,16 +56,12 @@ endif
cd $(SOURCE_DIR)/$(NI_OFGWRITE) && git pull cd $(SOURCE_DIR)/$(NI_OFGWRITE) && git pull
cd $(SOURCE_DIR)/$(NI_OPENTHREADS) && git pull cd $(SOURCE_DIR)/$(NI_OPENTHREADS) && git pull
ni-update: update-ni:
make update-self make update-self
make update-neutrino make update-neutrino
make update-ni-git make update-ni-git
foreign-update: update-all: update-ni update-remotes
make update-remotes
make update-tuxbox-git
update-all: ni-update foreign-update
push: push:
git push git push

Loading…
Cancel
Save