mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
Swap sed and make.
This allows to use makefile rather than kaem script for building sed. Makefiles for musl and mes are unified into one makefile with some conditional code.
This commit is contained in:
parent
3ed5daa5aa
commit
b9079045db
8 changed files with 37 additions and 50 deletions
8
sysa.py
8
sysa.py
|
|
@ -92,7 +92,7 @@ class SysA(SysGeneral):
|
|||
def get_packages(self):
|
||||
"""Prepare remaining sources"""
|
||||
|
||||
# mes-0.22 snapshot with m2 fixes
|
||||
# mes-0.24
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/mes/mes-0.24.tar.gz",
|
||||
"https://download.savannah.gnu.org/releases/nyacc/nyacc-1.00.2.tar.gz"])
|
||||
|
||||
|
|
@ -105,15 +105,15 @@ class SysA(SysGeneral):
|
|||
# tar 1.12
|
||||
self.get_file("https://mirrors.kernel.org/gnu/tar/tar-1.12.tar.gz")
|
||||
|
||||
# make 3.80
|
||||
self.get_file("https://mirrors.kernel.org/gnu/make/make-3.80.tar.gz")
|
||||
|
||||
# sed 4.0.9
|
||||
self.get_file("https://mirrors.kernel.org/gnu/sed/sed-4.0.9.tar.gz")
|
||||
|
||||
# patch 2.5.9
|
||||
self.get_file("https://mirrors.kernel.org/gnu/patch/patch-2.5.9.tar.gz")
|
||||
|
||||
# make 3.80
|
||||
self.get_file("https://mirrors.kernel.org/gnu/make/make-3.80.tar.gz")
|
||||
|
||||
# bzip2 1.0.8
|
||||
self.get_file("https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue