代码搜索:Build
找到约 10,000 项符合「Build」的源代码
代码结果 10,000
www.eeworm.com/read/209211/4981588
build
# once that works, this script from /usr/rob/dist/buildnotes
# should build. note it cross-builds for a different arch
# because you can't overwrite running binaries safely.
NPROC=8
fileserver=emeli
www.eeworm.com/read/206983/5003743
build
#! /bin/sh
if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then
echo Usage: $0 compiler_name [DMAKE commands]
echo
echo Current compilers:
echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/200501/5064825
build
#!/bin/sh
#
# Build an OpenVPN plugin module on *nix. The argument should
# be the base name of the C source file (without the .c).
#
# This directory is where we will look for openvpn-plugin.h
INC
www.eeworm.com/read/200288/5069439
build
#! /bin/sh
if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then
echo Usage: $0 compiler_name [DMAKE commands]
echo
echo Current compilers:
echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/195844/5106936
build
#!/bin/sh
# Source: John Donnelly
# Modified by: Karthik Chandrasekaran
SRC=/tst/usr/src/linux-2.4.18-14
(( x = 1 ))
while true
do
echo ; echo ;
echo "STARTING BUILD NUMBER : $x "
cd $SRC
time
www.eeworm.com/read/195502/5110709
build
#! /bin/sh
if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then
echo Usage: $0 compiler_name [DMAKE commands]
echo
echo Current compilers:
echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/194228/5135927
build
#! /bin/sh
if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then
echo Usage: $0 compiler_name [DMAKE commands]
echo
echo Current compilers:
echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/193937/5141271
build
#! /bin/sh
if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then
echo Usage: $0 compiler_name [DMAKE commands]
echo
echo Current compilers:
echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/192391/5157207
build
# If you don't want to use make, run this script.
# But make sure you read config to see what can be customized.
# Easiest way to build bin/lua:
# cc -O2 -o bin/lua -Iinclude -Isrc src/*.c src/
www.eeworm.com/read/192080/5160094
build
# If you don't want to use make, run this script.
# But make sure you read config to see what can be customized.
# Easiest way to build bin/lua:
# cc -O2 -o bin/lua -Iinclude -Isrc src/*.c src/