|
|
mv -f filesrv.c.texi.new filesrv.c.texi
sed -e 's,[{}],@&,g' \
-e 's,/\*\(@.*\)\*/,\1,g' \
-e 's,/\* *,/* @r{,g' -e 's, *\*/,} */,' \
-e 's/\(@[a-z][a-z]*\)@{\([^}]*\)@}/\1{\2}/g'\
examples/filecli.c | expand > filecli.c.texi.new
mv -f filecli.c.texi.new filecli.c.texi
sed -e 's,[{}],@&,g' \
-e 's,/\*\(@.*\)\*/,\1,g' \
-e 's,/\* *,/* @r{,g' -e 's, *\*/,} */,' \
-e 's/\(@[a-z][a-z]*\)@{\([^}]*\)@}/\1{\2}/g'\
examples/termios.c | expand > termios.c.texi.new
mv -f termios.c.texi.new termios.c.texi
pwd=`pwd`; \
no libm-err-tab.pl $pwd/.. > libm-err-tmp
/bin/sh: line 1: no: command not found
make[2]: *** [stamp-libm-err] Error 127
make[2]: Leaving directory `/sources/glibc-2.3.3-lfs-5.1/manual'
make[1]: *** [manual/subdir_install] Error 2
make[1]: Leaving directory `/sources/glibc-2.3.3-lfs-5.1'
make: *** [install] Error 2
请指点!!
谢谢 |
|