mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +01:00
Merge pull request #457 from fosslinux/byacc
Move heirloom lex and flex after musl, replace heirloom yacc with byacc
This commit is contained in:
commit
a5a689c954
14 changed files with 465 additions and 1978 deletions
|
|
@ -49,7 +49,7 @@ build: tar-1.12
|
|||
build: sed-4.0.9
|
||||
build: bzip2-1.0.8
|
||||
build: coreutils-5.0
|
||||
build: heirloom-devtools-070527
|
||||
build: byacc-20240109
|
||||
build: bash-2.05b
|
||||
improve: setup_repo
|
||||
improve: update_env
|
||||
|
|
@ -57,7 +57,6 @@ improve: merged_usr
|
|||
improve: populate_device_nodes
|
||||
define: CONSOLES = ( INTERACTIVE == True && CHROOT == False )
|
||||
improve: open_console ( CONSOLES == True )
|
||||
build: flex-2.5.11
|
||||
build: tcc-0.9.27
|
||||
improve: musl_libdir
|
||||
build: musl-1.1.24
|
||||
|
|
@ -67,8 +66,10 @@ build: tcc-0.9.27
|
|||
build: sed-4.0.9
|
||||
build: bzip2-1.0.8
|
||||
build: m4-1.4.7
|
||||
build: heirloom-devtools-070527
|
||||
build: flex-2.5.11
|
||||
build: flex-2.6.4
|
||||
uninstall: /usr/bin/yacc
|
||||
uninstall: heirloom-devtools-070527
|
||||
build: bison-3.4.1
|
||||
build: bison-3.4.1
|
||||
build: bison-3.4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue