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:
Firas Khalil Khana 2020-06-20 23:21:44 +03:00 committed by GitHub
parent d6ded50dd7
commit 702b58c8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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