Displaying 1 result from an estimated 1 matches for "526442d".
Did you mean:
526442dc
2019 Jan 25
0
[klibc:master] Fix errlist.c generation in out-of-tree build
...directories and does not find linux/errno.h. Use the flags macro to
expand $(KLIBCCPPFLAGS).
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/klibc/Kbuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild
index 9efbb4e..526442d 100644
--- a/usr/klibc/Kbuild
+++ b/usr/klibc/Kbuild
@@ -107,7 +107,8 @@ SOLIBHASH = $(shell cat $(SOLIB).hash)
# Readable errormessages extracted from src..
targets += errlist.c
quiet_cmd_errlist = GEN $@
- cmd_errlist = $(PERL) $< $(KLIBCCPPFLAGS) -errlist > $@ || rm -f $@
+...