Displaying 2 results from an estimated 2 matches for "59ffd351".
2019 Feb 01
0
[klibc:master] Simplify build instructions
...m by running:'
+ @echo ' make headers_install INSTALL_HDR_PATH=$(abspath $(KLIBCKERNELSRC))'
+ @echo 'in the kernel source directory.'
@false
rpmbuild = $(shell which rpmbuild 2>/dev/null || which rpm)
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 59ffd351..ea10c55f 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -9,17 +9,13 @@ work in progress, and a lot of things are still missing.
Building
========
-The build procedure is not very polished yet, but it should work like
-this:
+The build procedure is not very polished yet, bu...
2019 Feb 01
0
[klibc:master] README.klibc: Replace list with sections and headings
...sections
with headings.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/klibc/README.klibc | 67 ++++++++++++++++++++++++++++++--------------------
1 file changed, 41 insertions(+), 26 deletions(-)
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 19f4010a..59ffd351 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -1,39 +1,49 @@
+Introduction
+============
+
This is klibc, what is intended to be a minimalistic libc subset for
use with initramfs. It is deliberately written for small size,
minimal entanglement, and portability, not speed....