Displaying 1 result from an estimated 1 matches for "452d066".
2006 Feb 15
0
Unable to build linux-2.6-klibc with O=
...home/.../linux-2.6-klibc.git//home/.../linux-2.6-klibc.git/usr/dash/mktokens
which of course fails. I'm using the following patch to fix this issue:
Signed-Off-By: Luca Tettamanti <kronos@kronoz.cjb.net>
(in case you want it)
diff --git a/usr/dash/Kbuild b/usr/dash/Kbuild
index 4e75324..452d066 100644
--- a/usr/dash/Kbuild
+++ b/usr/dash/Kbuild
@@ -66,8 +66,8 @@ $(obj)/check:
# Generate token.h
quiet_cmd_mktokens = GEN $@
- cmd_mktokens = cd $(obj); sh $(srctree)/$<
-$(obj)/token.h: $(src)/mktokens
+ cmd_mktokens = cd $(obj); sh $<
+$(obj)/token.h: $(srctree)/usr/d...