mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Move some things around for the sake of gettext
Gettext needs - gperf - python 2.3+ to regenerate files
This commit is contained in:
parent
83dae02dbf
commit
cf61139126
6 changed files with 81 additions and 71 deletions
|
|
@ -135,13 +135,13 @@ src_configure() {
|
|||
src_compile() {
|
||||
make -C bfd headers
|
||||
for dir in libiberty libsframe bfd opcodes libctf binutils gas gprof ld; do
|
||||
make "${MAKEJOBS}" -C $dir tooldir=${PREFIX} CFLAGS="-std=c99"
|
||||
make "${MAKEJOBS}" -C $dir tooldir=${PREFIX} CFLAGS="-std=c99" MAKEINFO=true
|
||||
done
|
||||
}
|
||||
|
||||
src_install() {
|
||||
for dir in libiberty bfd opcodes libctf libsframe binutils gas gprof ld; do
|
||||
make -C $dir tooldir=${PREFIX} DESTDIR="${DESTDIR}" install
|
||||
make -C $dir tooldir=${PREFIX} DESTDIR="${DESTDIR}" MAKEINFO=true install
|
||||
done
|
||||
|
||||
# Create triplet symlinks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue