|
|

楼主 |
发表于 2007-1-10 19:00:58
|
显示全部楼层
\$(compile-command.c)"; \
echo "\$(objpfx)ptw-%$o: $dir/%.c \$(before-compile); \
\$(compile-command.c)"; \
done; \
echo "\$(objpfx)m_%.S: $dir/s_%.S; \$(+make-include-of-dep)"; \
echo "\$(objpfx)m_%.c: $dir/s_%.c; \$(+make-include-of-dep)"; \
done; \
echo 'sysd-rules-done = t') > /sources/lfs-sources/glibc-build/sysd-rulesT
mv -f /sources/lfs-sources/glibc-build/sysd-rulesT /sources/lfs-sources/glibc-build/sysd-rules
'BEGIN { subdirs = ""; inhibit = "" }; \
/^#/ { next }; \
/^[^-]/ { subdirs = subdirs " " $0 }; \
/^-/ { inhibit = inhibit " " substr($0, 2) }; \
END { printf "sysdep-subdirs =%s\n", subdirs; \
printf "sysdep-inhibit-subdirs =%s\n", inhibit; \
print "sysd-dirs-done = t" }' \
/dev/null nptl/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs sysdeps/unix/Subdirs > /sources/lfs-sources/glibc-build/sysd-dirs-tmp
/bin/sh: BEGIN { subdirs = ""; inhibit = "" }; /^#/ { next }; /^[^-]/ { subdirs = subdirs " " $0 }; /^-/ { inhibit = inhibit " " substr($0, 2) }; END { printf "sysdep-subdirs =%s\n", subdirs; printf "sysdep-inhibit-subdirs =%s\n", inhibit; print "sysd-dirs-done = t" }: No such file or directory
make[1]: *** [/sources/lfs-sources/glibc-build/sysd-dirs] Error 127
make[1]: Leaving directory `/sources/lfs-sources/glibc-2.3.6'
make: *** [all] Error 2 |
|