Skip to content
Snippets Groups Projects
Commit 07ec3b65 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'mk-subs' into 'master'

Add submodules target to main makefile

See merge request !323
parents 9529e095 e5539a57
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ WEAKEN_SYMBOLS=\ ...@@ -51,7 +51,7 @@ WEAKEN_SYMBOLS=\
-W __umodti3 \ -W __umodti3 \
-W __rust_probestack -W __rust_probestack
.PHONY: all clean fmt install install-headers libs test .PHONY: all clean fmt install install-headers libs submodules test
all: | libs all: | libs
...@@ -96,6 +96,10 @@ install-libs: libs ...@@ -96,6 +96,10 @@ install-libs: libs
install: install-headers install-libs install: install-headers install-libs
submodules:
git submodule sync
git submodule update --init --recursive
sysroot: all sysroot: all
rm -rf $@ rm -rf $@
rm -rf $@.partial rm -rf $@.partial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment