logo

live-bootstrap

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

our-bison.patch (630B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-or-later
  3. This doesn't actually make sense, you can't use the built bison to bootstrap
  4. itself. Make it use our bison instead.
  5. --- bison-2.3/src/Makefile.am 2021-04-10 21:37:11.570390316 +1000
  6. +++ bison-2.3/src/Makefile.am 2021-04-10 21:38:01.805804332 +1000
  7. @@ -23,10 +23,6 @@
  8. LDADD = ../lib/libbison.a $(LIBINTL)
  9. -# Use our own Bison to build the parser. Of course, you ought to
  10. -# keep a sane version of Bison nearby...
  11. -YACC = ../tests/bison -y
  12. -
  13. bin_PROGRAMS = bison
  14. bin_SCRIPTS = $(YACC_SCRIPT)
  15. EXTRA_SCRIPTS = yacc