History log of /netbsd-src/sys/lib/libgnuefi/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 03db8b97 03-Feb-2017 roy <roy@NetBSD.org>

Fix build with clang.


# d13f4989 24-Jan-2017 nonaka <nonaka@NetBSD.org>

Initial commit of native amd64 EFI boot loader.


# 65f5251e 22-Mar-2016 mrg <mrg@NetBSD.org>

remove a bunch of "@echo done" from the tail of rules. these messages
were vaguely useful back when we didn't run make -j, but now you end
up with a single line "done" every so often, with no idea w

remove a bunch of "@echo done" from the tail of rules. these messages
were vaguely useful back when we didn't run make -j, but now you end
up with a single line "done" every so often, with no idea what it is
for. very few other targets claim they're done so just remove these.

show more ...


# ea72de74 07-Sep-2015 uebayasi <uebayasi@NetBSD.org>

Order library object build.


# 9068ec74 07-Sep-2015 uebayasi <uebayasi@NetBSD.org>

Sprinkle more done messages.


# 849344e6 28-Apr-2014 jakllsch <jakllsch@NetBSD.org>

Makefile glue to build libgnuefi; similar to libsa or libkern.