Applied patch
[ 1799877 ] Fix for parallel build (make -j2)
This commit is contained in:
parent
ebde420f14
commit
f562eed497
@ -74,9 +74,9 @@ BIOS-bochs-legacy: rombios.c apmbios.S biossums rombios.h
|
||||
$(GCC) $(BIOS_BUILD_DATE) -DLEGACY -E -P $< > _rombiosl_.c
|
||||
$(BCC) -o rombiosl.s -C-c -D__i86__ -0 -S _rombiosl_.c
|
||||
sed -e 's/^\.text//' -e 's/^\.data//' rombiosl.s > _rombiosl_.s
|
||||
$(AS86) _rombiosl_.s -b tmp.bin -u- -w- -g -0 -j -O -l rombiosl.txt
|
||||
$(AS86) _rombiosl_.s -b tmpl.bin -u- -w- -g -0 -j -O -l rombiosl.txt
|
||||
-perl ${srcdir}/makesym.perl < rombiosl.txt > rombiosl.sym
|
||||
mv tmp.bin $@
|
||||
mv tmpl.bin $@
|
||||
./biossums $@
|
||||
@RMCOMMAND@ _rombiosl_.s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user