Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-16 | version 4040 | Kay Sievers | 1 | -1/+1 | |
2013-11-27 | version 3939 | Kay Sievers | 1 | -1/+1 | |
2013-09-23 | version 3838 | Tom Gundersen | 1 | -1/+1 | |
2013-09-09 | version 3737 | Harald Hoyer | 1 | -1/+1 | |
2013-09-09 | configure.ac: break 2 on lds directory search | Harald Hoyer | 1 | -1/+1 | |
To get out of the for loops, to search for the lds directories, break 2 | |||||
2013-08-29 | configure.ac: search for efi-ldsdir in multiple places | Harald Hoyer | 1 | -1/+8 | |
2013-08-22 | version 3636 | Kay Sievers | 1 | -1/+1 | |
2013-08-22 | build-sys: move EFI_LIB_DIR, EFI_INC_DIR, EFI_LDS_DIR to AC_ARG_WITH() | Kay Sievers | 1 | -12/+24 | |
2013-08-22 | qemu: skip AC_CHECK_FILE when cross-compiling | Kay Sievers | 1 | -6/+9 | |
2013-08-21 | configure.ac: Use AC_CHECK_HEADER to detect the efi includes | Darren Hart | 1 | -5/+6 | |
While cross-compiling, AC_CHECK_FILE will abort the configure. The gnu-efi sources don't use relative paths and require the user to explicitly include -I/usr/include/efi/${ARCH}. I haven't found a way to do this with AC_CHECK_HEADER. However, since the existing test was not testing for usability (conftest.c compilation), we don't lose much by just not looking for efi.h and assume it exists if we can find and use efibind.h. Signed-off-by: Darren Hart <dvhart@linux.intel.com> | |||||
2013-08-21 | configure.ac: Allow for more than just i686 for ia32 | Darren Hart | 1 | -2/+2 | |
Expand the ARCH_I686 to include i*86* (specifically to catch i586). Rename ARCH_I686 to ARCH_IA32 as that is more accurately what we are testing for. Signed-off-by: Darren Hart <dvhart@linux.intel.com> | |||||
2013-08-08 | version 3535 | Kay Sievers | 1 | -1/+1 | |
2013-07-30 | version 3434 | Kay Sievers | 1 | -1/+1 | |
2013-06-16 | version 3333 | Kay Sievers | 1 | -1/+1 | |
2013-06-07 | version 3232 | Kay Sievers | 1 | -1/+1 | |
2013-05-17 | version 3131 | Kay Sievers | 1 | -1/+1 | |
2013-04-10 | version 3030 | Kay Sievers | 1 | -1/+1 | |
2013-03-23 | version 2929 | Kay Sievers | 1 | -1/+1 | |
2013-03-16 | Revert "build-sys: check for docbook xsl-stylesheets" | Kay Sievers | 1 | -8/+1 | |
Distributions seem to differ greatly where they put the needed docbook stuff. Go back just using only xsltproc as the automatic indicator to build man pages. Setups with xsltproc but without the needed docbook stuff will need to disable the man page creation manually. This reverts commit 2423a1e43e6913bf219634576b2bfe55d5289fab. | |||||
2013-03-16 | version 2828 | Kay Sievers | 1 | -1/+1 | |
2013-03-16 | version 227 | Kay Sievers | 1 | -1/+1 | |
2013-03-11 | build-sys: check for docbook xsl-stylesheets | Karel Zak | 1 | -1/+8 | |
Reported-by: C Hanish Menon <hanishkvc@gmail.com> | |||||
2013-03-09 | build-sys make man pages optional | Kay Sievers | 1 | -4/+15 | |
2013-03-09 | build-sys: only use $prefix | Kay Sievers | 1 | -2/+0 | |
2013-03-08 | version 2626 | Kay Sievers | 1 | -1/+1 | |
2013-03-08 | version 2525 | Kay Sievers | 1 | -2/+2 | |
2013-03-01 | replace a few tabs with spaces | Kay Sievers | 1 | -8/+7 | |
2013-03-01 | build-sys: add tests to build system | Karel Zak | 1 | -0/+8 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-01 | build-sys: add automake stuff for src/efi | Karel Zak | 1 | -0/+1 | |
- implemented by on automake independent build rules - uses automake _DATA for make install Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-01 | build-sys: initialize efi specific stuff | Karel Zak | 1 | -1/+26 | |
- probe for gnu-efi headers - probe for gnu-efi libs and gnu-efi linker scripts - sets $CC for .efi compilation Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-01 | build-sys: add stuff for $ARCH | Karel Zak | 1 | -0/+20 | |
- add m4/arch.m4 to setup ARCH_<NAME> automake conditionals - use "if ARCH_<NAME>" in build system rather than make ifeq Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-01 | build-sys: check for libblkid | Karel Zak | 1 | -0/+15 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-01 | build-sys: add very basic configure.am and Makefile.am | Karel Zak | 1 | -0/+55 | |
Note that this commit removes the old Makefile. Signed-off-by: Karel Zak <kzak@redhat.com> |