Searched +refs:find +refs:grep (Results 51 - 75 of 193) sorted by relevance

12345678

/macosx-10.9.5/emacs-92/
H A DMakefile90 find "$(OBJROOT)" -name Makefile -exec $(SRCROOT)/fixMakefile {} \;
116 find $(SRCROOT) -type f -name '*.el[c~]' -delete
119 $(RM) "$(DSTROOT)/usr/bin/"{b2m,ebrowse,grep-changelog,rcs-checkin}
/macosx-10.9.5/perl-92/5.12/
H A DGNUmakefile152 DSYMUTIL := $(shell xcrun -find dsymutil)
156 find . -type f | xargs file | fgrep 'Mach-O' | grep -v '):[ ]' | sed -e 's/: .*//' -e 's,^\./,,' > $(SYMROOT)/strip.list && \
/macosx-10.9.5/perl-92/5.16/
H A DGNUmakefile169 DSYMUTIL := $(shell xcrun -find dsymutil)
173 find . -type f | xargs file | fgrep 'Mach-O' | grep -v '):[ ]' | sed -e 's/: .*//' -e 's,^\./,,' > $(SYMROOT)/strip.list && \
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
H A Dltconfig70 # find a string as large as possible, as long as the shell can cope with it
105 # We didn't find a better echo, so look for alternatives.
329 --srcdir=DIR find \`config.guess' in DIR
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev/null; then
445 eval "`$SHELL $ofile --config | grep '^LTCC='`"
494 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
495 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
496 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
523 echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
779 # find th
[all...]
/macosx-10.9.5/emacs-92/emacs/
H A Dconfigure84 # We did not find ourselves, most probably we were run as `sh COMMAND'
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
458 # (the dirname of $[0] is not the place where we might find the
1205 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1255 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1362 it to find libraries and programs with nonstandard names/locations.
2014 #### so Emacs can find its files when run uninstalled.
2074 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2075 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2317 # This is needed to find X11R
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/ri/
H A Ddriver.rb223 formatters = RDoc::Markup.constants.grep(/^To[A-Z][a-z]+$/).sort
721 completions = klasses.grep(/^#{Regexp.escape klass_name}[^:]*$/)
722 completions.concat klasses.grep(/^#{Regexp.escape name}[^:]*$/) if
807 matches = classes.keys.grep(/^#{name}/) if matches.empty?
837 store = @stores.find { |s| s.source == store_name }
929 # Filters the methods in +found+ trying to find a match for +name+.
1115 classes = classes.grep filter
1143 matches = methods.grep(/^#{Regexp.escape method.to_s}/)
1157 matches = methods.grep(/^#{Regexp.escape method.to_s}/)
1179 method = methods.find d
[all...]
/macosx-10.9.5/pyobjc-42/
H A DGNUmakefile11 VERSIONS := $(filter-out $(INCOMPATIBLE), $(shell grep '^[0-9]' $(PYTHONVERSIONS)))
138 find $(DSTROOT)$(PYFRAMEWORKDOCUMENTATION) -size 0 -delete
160 # find . ! -type d | sed 's,^\./,,' | sort > $(MYVERSIONMANLIST) && \
/macosx-10.9.5/python_modules-35/
H A DGNUmakefile11 VERSIONS := $(filter-out $(INCOMPATIBLE), $(shell grep '^[0-9]' $(PYTHONVERSIONS)))
146 for f in `find . -type f ! -name "*$$vers*" | sed 's,^\./,,'`; do \
/macosx-10.9.5/ruby-104/ruby/lib/minitest/
H A Dspec.rb45 # TODO: find good tutorial url.
131 TYPES.find { |matcher, klass|
153 self.public_instance_methods.grep(/^test_/).each do |name|
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/json_index/js/
H A Dsearcher.js9 // do not try to find more than 100 results
15 this.find = function(query) { class
54 return jQuery.grep(query.split(/(\s+|::?|\(\)?)/), function(string) {
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/pixmap/
H A Dconfigure85 # We did not find ourselves, most probably we were run as `sh COMMAND'
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
459 # (the dirname of $[0] is not the place where we might find the
1232 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1282 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1368 it to find libraries and programs with nonstandard names/locations.
1925 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&5
1926 echo "$as_me: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&2;}
1953 # Ok, lets find the tcl configuration
2088 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/ICU-511.35/
H A Dmakefile241 HOSTCC := $(shell xcrun -find cc)
242 HOSTCXX := $(shell xcrun -find c++)
251 NM := $(shell xcrun -find nm)
252 STRIPCMD := $(shell xcrun -find strip)
254 HOSTCC := $(shell xcrun -sdk macosx -find cc)
255 HOSTCXX := $(shell xcrun -sdk macosx -find c++)
258 CC := $(shell xcrun -sdk $(SDKROOTMOD) -find cc)
259 CXX := $(shell xcrun -sdk $(SDKROOTMOD) -find c++)
260 NM := $(shell xcrun -sdk $(SDKROOTMOD) -find nm)
261 STRIPCMD := $(shell xcrun -sdk $(SDKROOTMOD) -find stri
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dltconfig70 # find a string as large as possible, as long as the shell can cope with it
105 # We didn't find a better echo, so look for alternatives.
329 --srcdir=DIR find \`config.guess' in DIR
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev/null; then
445 eval "`$SHELL $ofile --config | grep '^LTCC='`"
494 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
495 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
496 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
523 echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
779 # find th
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/release/
H A Dtest-release.sh147 NumJobs=`grep -c processor /proc/cpuinfo 2> /dev/null || true`
168 echo "error: cannot find gcc to use with dragonegg"
177 echo "error: cannot find g++ to use with dragonegg"
445 for o in `find $llvmCore_phase2_objdir -name '*.o'` ; do
497 for o in `find $llvmCore_de_phase2_objdir -name '*.o'` \
498 `find $dragonegg_phase2_objdir -name '*.o'` ; do
/macosx-10.9.5/python-76.100.1/
H A DMakefile167 for f in `find . -type f | sed 's,^\./,,'`; do \
214 for f in `find . -type f -name '*.*' | sed 's,^\./,,'`; do \
233 if ls | grep -q '\.gz$$'; then suffix='.gz'; fi && \
242 cd $(DSTROOT)$(MERGEMAN) && find . ! -type d | sed 's,^\./,,' | sort > $(DSTROOT)$(VERSIONMANLIST)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libtiff/
H A Dconfigure85 # We did not find ourselves, most probably we were run as `sh COMMAND'
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
459 # (the dirname of $[0] is not the place where we might find the
1212 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1262 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1339 it to find libraries and programs with nonstandard names/locations.
1896 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&5
1897 echo "$as_me: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&2;}
1919 # Ok, lets find the tcl configuration
2054 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/
H A Dconfigure84 # We did not find ourselves, most probably we were run as `sh COMMAND'
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
458 # (the dirname of $[0] is not the place where we might find the
1230 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1280 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1368 it to find libraries and programs with nonstandard names/locations.
1931 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&5
1932 echo "$as_me: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&2;}
1953 # Ok, lets find the tcl configuration
2088 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/shellicon/
H A Dconfigure84 # We did not find ourselves, most probably we were run as `sh COMMAND'
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
458 # (the dirname of $[0] is not the place where we might find the
1221 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1271 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1356 it to find libraries and programs with nonstandard names/locations.
1919 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&5
1920 echo "$as_me: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&2;}
1941 # Ok, lets find the tcl configuration
2076 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A Dconfigure84 # We did not find ourselves, most probably we were run as `sh COMMAND'
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
458 # (the dirname of $[0] is not the place where we might find the
1217 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1267 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1352 it to find libraries and programs with nonstandard names/locations.
1915 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&5
1916 echo "$as_me: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&2;}
1937 # Ok, lets find the tcl configuration
2072 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A Dconfigure84 # We did not find ourselves, most probably we were run as `sh COMMAND'
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
458 # (the dirname of $[0] is not the place where we might find the
1219 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1269 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354 it to find libraries and programs with nonstandard names/locations.
1923 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&5
1924 echo "$as_me: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&2;}
1945 # Ok, lets find the tcl configuration
2080 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/bmp/
H A Dconfigure85 # We did not find ourselves, most probably we were run as `sh COMMAND'
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
459 # (the dirname of $[0] is not the place where we might find the
1229 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1365 it to find libraries and programs with nonstandard names/locations.
1922 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&5
1923 echo "$as_me: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&2;}
1950 # Ok, lets find the tcl configuration
2085 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/
H A Dconfigure84 # We did not find ourselves, most probably we were run as `sh COMMAND'
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
458 # (the dirname of $[0] is not the place where we might find the
1210 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1260 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1345 it to find libraries and programs with nonstandard names/locations.
1902 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&5
1903 echo "$as_me: error: cannot find install-sh or install.sh in tclconfig \"$srcdir\"/tclconfig" >&2;}
1929 # Ok, lets find the tcl configuration
2064 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/dted/
H A Dconfigure85 # We did not find ourselves, most probably we were run as `sh COMMAND'
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
459 # (the dirname of $[0] is not the place where we might find the
1229 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1365 it to find libraries and programs with nonstandard names/locations.
1922 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&5
1923 echo "$as_me: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&2;}
1950 # Ok, lets find the tcl configuration
2085 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/gif/
H A Dconfigure85 # We did not find ourselves, most probably we were run as `sh COMMAND'
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
459 # (the dirname of $[0] is not the place where we might find the
1229 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1365 it to find libraries and programs with nonstandard names/locations.
1922 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&5
1923 echo "$as_me: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&2;}
1950 # Ok, lets find the tcl configuration
2085 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/ico/
H A Dconfigure85 # We did not find ourselves, most probably we were run as `sh COMMAND'
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
459 # (the dirname of $[0] is not the place where we might find the
1229 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1365 it to find libraries and programs with nonstandard names/locations.
1922 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&5
1923 echo "$as_me: error: cannot find install-sh or install.sh in ../tclconfig \"$srcdir\"/../tclconfig" >&2;}
1950 # Ok, lets find the tcl configuration
2085 { { echo "$as_me:$LINENO: error: Can't find Tc
[all...]

Completed in 263 milliseconds

12345678