Displaying 2 results from an estimated 2 matches for "1408e6c".
Did you mean:
1408e6ca
2014 May 14
1
Building extlinux (Syslinux 6.03-pre11)
...and can't recall
> its status.
Correct Gene, that's how it's supposed to now work.
If for some reason that's undesirable, or people are having issues with
it, we can look at implementing something else.
doc/building.txt explains the make command line syntax in use, and
commit 1408e6c ("Add per-firmware object directory support") contains
the Makefile changes.
--
Matt Fleming, Intel Open Source Technology Center
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
On 05/13/2014 03:07 PM, Gene Cumm wrote:
>
> That should make "make" ignore efi32 and efi64.
>
Normally when you specify two things on the "make" command line it tries
to build both, i.e.:
make bios clean
... is (almost) the same thing as ...
make bios
make clean
-hpa