mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
fix(steps-guix/binutils): compile from top-level Makefile in pass1
Drop the manual make -C opcodes i386-gen call from pass1.sh and rely on default_src_compile instead. This avoids failures when opcodes/ is not yet available in the current build context (make: *** opcodes: No such file or directory) and matches the stable top-level recursive build flow used elsewhere in the project.
This commit is contained in:
parent
6e193983ce
commit
0b16d6ddce
1 changed files with 0 additions and 1 deletions
|
|
@ -157,7 +157,6 @@ src_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make -C opcodes i386-gen
|
|
||||||
default_src_compile
|
default_src_compile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue