代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/167890/5451558
sconscript
import glob
import os
from scripts.build_support import *
Import ('*')
files = glob.glob (env['rootdir'] + 'src/mos/kernel/msp430/*.c')
file_list = strip_path_from_files (files)
kernel = env.Libr
www.eeworm.com/read/167185/5462922
1 sf.1
.TH sf 1-gsg "Ver 1.8 01/28/88"
.SH NAME
sf - shell form (form editor to be used in shell scripts)
.SH SYNOPSIS
.B sf
[-Hbhmpru] [-o outfile] [formfile]
.IP -H
display help message
.IP -b
generate Bo
www.eeworm.com/read/341021/3258356
in configure.in
AC_PREREQ(2.59)
AC_INIT(configure.in)
dnl
dnl Set the directory that contains support scripts such as install-sh and
dnl config.guess
dnl
AC_CONFIG_AUX_DIR(../../../../confdb)
dnl The MPICH2 top-lev
www.eeworm.com/read/341021/3258460
in configure.in
AC_PREREQ(2.59)
AC_INIT(configure.in)
dnl
dnl Set the directory that contains support scripts such as install-sh and
dnl config.guess
dnl
AC_CONFIG_AUX_DIR(../../../confdb)
dnl The MPICH2 top-level
www.eeworm.com/read/337546/3332715
makefile
#
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#
obj-$(CONFIG_MODE_SKAS) = registers.o tls.o
USER_OBJS := $(obj-y)
include arch/um/scripts/Makefile.rules
www.eeworm.com/read/302096/3827824
sh dbg_config.sh
# Configuration for the dbg-snmp scripts
SNMP_DBG_COMMUNITY="Xorp"
SNMPD_PORT=51515
SNMPTRAPD_PORT=51510
SNMPD_LOG="snmpd.log"
SNMPTRAPD_LOG="snmptrapd.log"
PWD=`(pwd)`
MIBS_DIR=`(cd ..; pwd)`