move targets around
This commit is contained in:
parent
dcc857b44d
commit
a392b9fc34
|
@ -54,6 +54,10 @@ $(NIM_BINARY) update-common: | sanity-checks
|
|||
rm -rf $(NIMBLE_DIR)
|
||||
+ $(MAKE) build-nim
|
||||
|
||||
# don't use this target, or you risk updating dependency repos that are not ready to be used in Nimbus
|
||||
update-remote:
|
||||
git submodule update --remote
|
||||
|
||||
nat-libs: | libminiupnpc.a libnatpmp.a
|
||||
|
||||
libminiupnpc.a: | deps
|
||||
|
@ -93,10 +97,6 @@ github-ssh:
|
|||
git config url."git@github.com:".insteadOf "https://github.com/"
|
||||
git submodule foreach --recursive 'git config url."git@github.com:".insteadOf "https://github.com/"'
|
||||
|
||||
# don't use this target, or you risk updating dependency repos that are not ready to be used in Nimbus
|
||||
update-remote:
|
||||
git submodule update --remote
|
||||
|
||||
# runs `git status` in all Git repos
|
||||
status: | $(REPOS)
|
||||
$(eval CMD := $(GIT_STATUS))
|
||||
|
|
Loading…
Reference in New Issue