代码搜索:Build
找到约 10,000 项符合「Build」的源代码
代码结果 10,000
www.eeworm.com/read/451042/1667701
build
#!/bin/csh -x
if ("$1" != "-q") then
echo Specify -q for a quiet run
endif
build01 $*
build02 $*
build03 $*
build04 $*
build05 $*
build06 $*
build07 $*
build08 $*
build09 $*
build10 $*
build11 $*
bu
www.eeworm.com/read/448632/1686713
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/442570/1758457
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/437028/1837073
build
#! /bin/sh -
PROG=`basename "$0"`
if test "$#" -eq 0; then
echo "Usage: ${PROG} [-dnD] []"
echo " ${PROG} -help"
exit 1
fi
TMP_DIR=/tmp
CWD=`pwd`
UTI
www.eeworm.com/read/437028/1837381
build
#! /bin/sh -
PROG=`basename "$0"`
PATH=/bin:/usr/bin:/usr/ucb
if test "$#" -eq 0; then
echo "Usage: ${PROG} [-dnD] []"
echo " ${PROG} -help"
exit 1
fi
www.eeworm.com/read/428747/1956052
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/426481/1990383
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/420185/2070498
build
###########################################################################
##
## QNX Neutrino trunk on the Centrality Communications Atlas-II Board
##
################################################