mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 15:34:58 +02:00
Don't install headers again
We already have musl headers installed into `obj_sysroot` with `obj_sysroot/.lc_headers`, so we only need to install the `libs` and `tools`.
This commit is contained in:
parent
d6ded50dd7
commit
702b58c8f4
@ -238,7 +238,7 @@ obj_musl/.lc_built: | obj_musl/.lc_configured
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
obj_sysroot/.lc_libs: | obj_musl/.lc_built
|
obj_sysroot/.lc_libs: | obj_musl/.lc_built
|
||||||
cd obj_musl && $(MAKE) $(MUSL_VARS) DESTDIR=$(CURDIR)/obj_sysroot install
|
cd obj_musl && $(MAKE) $(MUSL_VARS) DESTDIR=$(CURDIR)/obj_sysroot install-libs install-tools
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
obj_gcc/.lc_built: | obj_gcc/.lc_configured obj_gcc/gcc/.lc_built
|
obj_gcc/.lc_built: | obj_gcc/.lc_configured obj_gcc/gcc/.lc_built
|
||||||
|
Loading…
Reference in New Issue
Block a user