logo

live-bootstrap

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

no-maint-functions-texi.patch (1135B)


  1. SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-3.0-or-later
  3. Ensure functions.texi dependencies are satisfied.
  4. --- binutils-2.41/libiberty/Makefile.in 2023-12-08 15:18:57.985791235 +1100
  5. +++ binutils-2.41/libiberty/Makefile.in 2023-12-08 15:19:15.391252344 +1100
  6. @@ -368,12 +368,12 @@
  7. libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
  8. $(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<
  9. -@MAINT@$(srcdir)/functions.texi : stamp-functions
  10. -@MAINT@ @true
  11. +$(srcdir)/functions.texi : stamp-functions
  12. + @true
  13. -@MAINT@stamp-functions : $(CFILES:%=$(srcdir)/%) $(TEXIFILES:%=$(srcdir)/%) $(srcdir)/gather-docs Makefile
  14. -@MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
  15. -@MAINT@ echo stamp > stamp-functions
  16. +stamp-functions : $(CFILES:%=$(srcdir)/%) $(TEXIFILES:%=$(srcdir)/%) $(srcdir)/gather-docs Makefile
  17. +@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
  18. + echo stamp > stamp-functions
  19. INSTALL_DEST = @INSTALL_DEST@
  20. install: install_to_$(INSTALL_DEST) install-subdir