⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make_lib.sh

📁 早期freebsd实现
💻 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 + -