On Sun, 23 Jan 2005, Brett I. Holcomb wrote:
> It should. Sounds like something is wrong with the file. I don't
> remember any { in .config.
Maybe this is something in the Makefile?
I found this:
# grep { Makefile
sed -ne "/^->/{s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1
\2 /* \3 */:; s:->::; p;}"; \
Examining the Makefile further:
define filechk_gen-asm-offsets
(set -e; \
echo "#ifndef __ASM_OFFSETS_H__"; \
echo "#define __ASM_OFFSETS_H__"; \
echo "/*"; \
echo " * DO NOT MODIFY."; \
echo " *"; \
echo " * This file was generated by arch/$(ARCH)/Makefile"; \
echo " *"; \
echo " */"; \
echo ""; \
sed -ne "/^->/{s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /*
\3 */:; s:->::; p;}"; \
echo ""; \
echo "#endif" )
endef
No { in any of my kernel configs:
# grep { /boot/config-2.6.*
--
scanno /skan'oh/ n.
An error in a document caused by a
scanner glitch, analogous to a typo or thinko.
--
[email protected] mailing list