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

📄 dmake

📁 distcc编译器的源代码.好像是readhat公司开发的.
💻
字号:
#! /bin/sh# Example script contributed by Luke Gorrie# "Drop-in" front end to 'make' that uses the distributed compile farm# via `distcc'# Compile farm hosts are stored in ~bluetail/distcc-hosts. We exclude# the local machine to free up resources for preprocessing and# linking, since it seems to be the bottleneck (at least on# kookaburra).DISTCC_HOSTS=$(sed s/$(hostname -s)// < /home/share/bluetail/distcc-hosts)make CC='/home/share/luke/bin/distcc gcc' -j 7 "$@"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -