|
|
Flex-2.5.31的补丁flex-2.5.31-debian_fixes-2.patch需要rev,第五章没有编译rev,在第六章编译Flex-2.5.31失败了。
在第五章编译Util-linux-2.12q时,编译rev就可以了。
make -C text-utils more
改为
make -C text-utils more rev
cp mount/{,u}mount text-utils/more /tools/bin
改为
cp mount/{,u}mount text-utils/{more,rev} /tools/bin |
|