#
63a9a4d4 |
| 06-Apr-2023 |
Callum Farmer <gmbr3@opensuse.org> |
Add pkgconfig file
Also add EXEC_PREFIX and INCLUDEDIR variables
This was requested by fwupd-efi, to be able to retrieve the version number of gnu-efi so we can detect features
Signed-off-by: Call
Add pkgconfig file
Also add EXEC_PREFIX and INCLUDEDIR variables
This was requested by fwupd-efi, to be able to retrieve the version number of gnu-efi so we can detect features
Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
show more ...
|
#
230c36c6 |
| 02-Apr-2019 |
Nigel Croxon <ncroxon@redhat.com> |
gnuefi/Makefile uses a strange rule to create libgnuefi.a, which only works because of a "make" builtin rule. This breaks make -r, and it is an inefficient way to build, at least for multiple files.
gnuefi/Makefile uses a strange rule to create libgnuefi.a, which only works because of a "make" builtin rule. This breaks make -r, and it is an inefficient way to build, at least for multiple files.
I have made a git tree which includes a patch for this problem, and also forces -r by adding it to MAKEFLAGS:
git://git.zytor.com/users/hpa/gnu-efi.git make-r-fixes
Signed-off-by: H. Peter Anvin <hpa@users.sourceforge.net> Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
show more ...
|
#
ce7098fb |
| 19-Feb-2015 |
Nigel Croxon <nigel.croxon@hp.com> |
Enable out-of-tree building
This patch enables building gnu-efi outside of the source tree. That in turn enables building for multiple architectures in parallel.
The build directory is controlled b
Enable out-of-tree building
This patch enables building gnu-efi outside of the source tree. That in turn enables building for multiple architectures in parallel.
The build directory is controlled by the OBJDIR make variable. It defaults to the value of ARCH, and can be overridden from the command line.
This patch also cleans up some doubled slashes between INSTALLROOT and PREFIX.
Signed-off-by: Jonathan Boeing <jonathan.n.boeing@gmail.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
show more ...
|