summaryrefslogtreecommitdiff
path: root/efi/clean-gnu-efi.sh
Commit message (Collapse)AuthorAgeFilesLines
* efi: prevent git command in non-git tree #2Gene Cumm2015-01-051-1/+3
| | | | | | efi/clean-gnu-efi.sh presumes it's in a git repo. Test first. Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* efi: fix up gnu-efi buildGene Cumm2014-02-221-0/+35
This eliminates the forking and pushes the build under the efi32/ and efi64/ object directories eliminating a build race and preventing the build from breaking as gnu-efi takes a few seconds to complete. Depends on gnu-efi commit 52d88dd Signed-off-by: Gene Cumm <gene.cumm@gmail.com>