logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

makefile.patch (453B)


  1. SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  2. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  3. SPDX-License-Identifier: MIT
  4. tcc -ar does not support creating empty archives
  5. --- musl-1.1.24/Makefile 2019-10-13 22:58:27.000000000 +0100
  6. +++ musl-1.1.24/Makefile 2021-02-01 00:21:14.974687663 +0000
  7. @@ -167,7 +167,7 @@
  8. $(EMPTY_LIBS):
  9. rm -f $@
  10. - $(AR) rc $@
  11. + touch $@
  12. lib/%.o: obj/crt/$(ARCH)/%.o
  13. cp $< $@