Lines 22-28
Link Here
|
22 |
use x86 && TARGET=i386-elf |
22 |
use x86 && TARGET=i386-elf |
23 |
use amd64 && TARGET=x86_64-elf |
23 |
use amd64 && TARGET=x86_64-elf |
24 |
export TARGET |
24 |
export TARGET |
25 |
sed -i -e 's/err(1, ifr.ifr_name);/err(1, "%s", ifr.ifr_name);'/g tools/athstats.c |
25 |
} |
|
|
26 |
|
27 |
src_unpack() { |
28 |
unpack ${A} |
29 |
sed -i -e 's/err(1, ifr.ifr_name);/err(1, "%s", ifr.ifr_name);'/g ${S}/tools/athstats.c |
26 |
} |
30 |
} |
27 |
|
31 |
|
28 |
src_compile() { |
32 |
src_compile() { |