📄 make_lib.sh
字号:
#!/bin/sh# Set this variable to be the .../bind/contrib/sunlibc directory to where the# special libc .o files were copied.#resolvobjdir=/usr/local/src/bind-4.9.2/contrib/sunlibcresolvobjdir=if [ "${resolvobjdir}x" = "x" ]; then echo 'Edit the make_lib script to set $resolvobjdir to the proper' echo '.../bind/contrib/sunlibc directory.' exit 1fimkdir tmpcd tmpar x ../libc_pic.arm __.SYMDEFfor f in *.; do mv $f ${f}odonerm gethostent.ocp $resolvobjdir/*.o .cd ..if [ ! -f lorder-sparc.orig ]then patch < $resolvobjdir/sun-lorder-sparc.patchesfiif [ ! -f Makefile.orig ]then patch < $resolvobjdir/sun-Makefile.patchesfitime make libc.sols -l
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -