代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/190936/5170481
fix_path
#!/bin/bash
PROG=scripts/logwatch.pl
TMP=project/tmp/fix_path.tmp
cp $PROG $TMP
sed \
-e 's/^\(my \$BaseDir = .*kirk.*\)$/#\1/' \
-e 's/^#\(my \$BaseDir = "\/etc\/log\.d";\)$/\1/' \
$TMP >
www.eeworm.com/read/182103/5267319
am makefile.am
##
## $Id: Makefile.am,v 1.3 2002/03/28 00:40:58 joel Exp $
##
ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
noinst_SCRIPTS = runtest
TMPINSTALL_FILES = $(PROJECT_ROOT)/jmr3904/tests \
$(PR
www.eeworm.com/read/182103/5267744
am makefile.am
##
## $Id: Makefile.am,v 1.11 2002/07/27 15:29:26 ralf Exp $
##
ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
transform =
bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/tests
bsptools_bin_SCRIPTS
www.eeworm.com/read/182103/5268960
am makefile.am
##
## $Id: Makefile.am,v 1.5 2002/09/08 07:50:57 ralf Exp $
##
ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
transform =
bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/tests
bsptools_bin_SCRIPTS =
www.eeworm.com/read/182103/5270054
build-tools
#
# $Id: build-tools,v 1.1 1998/06/27 20:01:28 joel Exp $
#
# Tools to help doing build scripts. Adapted from Joel's bit
# script.
#
#
# USERCHANGE - uncomment this if you want to watch the commands.
www.eeworm.com/read/182103/5270968
am makefile.am
##
## $Id: Makefile.am,v 1.12 2002/03/28 00:44:42 joel Exp $
##
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
noinst_SCRIPTS = difftest sorttimes
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
PREINS
www.eeworm.com/read/180137/5288797
am-dist makefile.am-dist
## Process this file with automake to produce Makefile.in
EXTRA_DIST = README ChangeLog TODO THANKS Test.xls Test.html xlhtml.1
INCLUDES = -I../cole
noinst_PROGRAMS = xldump xlcdump
noinst_SCRIPTS
www.eeworm.com/read/177697/5321122
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
#
www.eeworm.com/read/177697/5321830
am makefile.am
AUTOMAKE_OPTIONS = foreign
SUBDIRS = drivers include libmikmod loaders mmio playercode \
docs dlapi macintosh posix os2 dos win32
bin_SCRIPTS = libmikmod-config
EXTRA_DIST = libmikmod-conf
www.eeworm.com/read/177407/5327878
sql tablecolumn.sql
-- Table Column scripts
SELECT TableName, FieldLength
FROM AD_Column c
INNER JOIN AD_Table t ON (c.AD_Table_ID=t.AD_Table_ID)
WHERE ColumnName = 'Description' AND FieldLength255;
SELECT t