]> git.proxmox.com Git - efi-boot-shim.git/commit
Make it possible to build in a subdirectory.
authorPeter Jones <pjones@redhat.com>
Tue, 25 Jul 2017 00:07:07 +0000 (20:07 -0400)
committerPeter Jones <pjones@redhat.com>
Tue, 25 Jul 2017 00:11:28 +0000 (20:11 -0400)
commit8a6d270d707df229a3f2a1d5bcf52a84141950b8
treef8963fadc5c2ff7397658dee9054052214f01fcc
parenta1170bb00a116783cc6623b403e785d86b2f97d7
Make it possible to build in a subdirectory.

This lets you do:

mkdir build-x64 build-ia32
cd build-x64
make TOPDIR=.. -f ../Makefile
cd ../build-ia32
setarch i686 -B make ARCH=ia32 TOPDIR=.. -f ../Makefile

And not worry about generated sources and headers mixing and matching.

Signed-off-by: Peter Jones <pjones@redhat.com>
Cryptlib/Makefile
Cryptlib/OpenSSL/Makefile
Makefile
lib/Makefile