mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 06:45:24 +01:00
parent
a301e6fe86
commit
7cd79d1c72
19 changed files with 43 additions and 17 deletions
|
|
@ -87,6 +87,9 @@ src_prepare() {
|
|||
rm ld/ldlex.c
|
||||
rm gas/itbl-lex.c
|
||||
rm binutils/syslex.c binutils/rclex.c binutils/deflex.c binutils/arlex.c
|
||||
|
||||
# Remove prebuilt texinfo files
|
||||
rm */*.info* */*/*.info*
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
@ -124,12 +127,12 @@ src_configure() {
|
|||
src_compile() {
|
||||
make -C bfd headers
|
||||
for dir in libiberty bfd opcodes binutils gas gprof ld; do
|
||||
make -C $dir
|
||||
make -C $dir MAKEINFO=true
|
||||
done
|
||||
}
|
||||
|
||||
src_install() {
|
||||
for dir in libiberty bfd opcodes binutils gas gprof ld; do
|
||||
make -C $dir install DESTDIR=$(DESTDIR)
|
||||
make -C $dir install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue