/third_party/boost/ |
D | bootstrap.bat | 1 @ECHO OFF 11 ECHO Building Boost.Build engine 16 @ECHO OFF 48 ECHO. 49 ECHO Generating Boost.Build configuration in project-config.jam for %TOOLSET%... 50 ECHO # Boost.Build Configuration > project-config.jam 51 ECHO # Automatically generated by bootstrap.bat >> project-config.jam 52 ECHO. >> project-config.jam 53 ECHO import option ; >> project-config.jam 54 ECHO. >> project-config.jam [all …]
|
/third_party/boost/tools/build/ |
D | bootstrap.bat | 1 @ECHO OFF 11 ECHO Building the B2 engine.. 14 @ECHO OFF 23 ECHO. 24 ECHO Building is done. To install, run: 25 ECHO. 26 ECHO .\b2 --prefix=DIR install 27 ECHO. 32 ECHO. 33 ECHO Failed to build the B2 engine. [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | Jambase | 75 ECHO "Error: Illegal attempt to re-bootstrap the build system by invoking" ; 76 ECHO ; 77 ECHO " 'boost-build" $(dir) ";'" ; 78 ECHO ; 99 ECHO "Unable to load Boost.Build: could not find build system." ; 100 ECHO --------------------------------------------------------- ; 101 ECHO "$(.boost-build-file) attempted to load the build system by invoking" ; 102 ECHO ; 103 ECHO " 'boost-build" $(dir) ";'" ; 104 ECHO ; [all …]
|
D | build.bat | 1 @ECHO OFF 24 ECHO ### 25 ECHO ### %1 26 ECHO ### 27 ECHO ### You can specify the toolset as the argument, i.e.: 28 ECHO ### .\build.bat msvc 29 ECHO ### 30 ECHO ### Toolsets supported by this script are: borland, como, gcc, 31 ECHO ### gcc-nocygwin, intel-win32, metrowerks, mingw, 32 ECHO ### vc12, vc14, vc141, vc142 [all …]
|
/third_party/flutter/flutter/bin/ |
D | flutter.bat | 1 @ECHO off 37 where /q git || ECHO Error: Unable to find git in your PATH. && EXIT /B 1 40 ECHO Error: The Flutter directory is not a clone of the GitHub project. 41 ECHO The flutter tool requires Git in order to operate properly; 42 ECHO to set up Flutter, run the following command: 43 ECHO git clone -b stable https://github.com/flutter/flutter.git 52 ECHO Error: Unable to create cache directory at 53 ECHO %cache_dir% 54 ECHO. 55 ECHO This may be because flutter doesn't have write permissions for [all …]
|
/third_party/boost/tools/build/src/kernel/ |
D | bootstrap.jam | 11 ECHO "error: Boost.Jam version 3.1.12 or later required" ; 20 ECHO "error: builtin rule '$(r)' is not present" ; 21 ECHO "error: your version of bjam is likely out of date" ; 22 ECHO "error: please get a fresh version from SVN." ; 32 ECHO "error: missing native rule '$(native[1]).$(native[2])'" ; 33 ECHO "error: or interface version of that rule is too low" ; 34 ECHO "error: your version of bjam is likely out of date" ; 35 ECHO "error: please get a fresh version from SVN." ; 51 ECHO "error: no builtin module .ENVIRON is found" ; 52 ECHO "error: your version of bjam is likely out of date" ; [all …]
|
/third_party/boost/tools/build/src/tools/ |
D | auto-index.jam | 74 #ECHO $(auto-index-dir) ; 76 #ECHO $(auto-index-dir) ; 86 #ECHO $(auto-index-dir) ; 91 #ECHO $(auto-index-main-target) ; 99 #ECHO $(auto-index-main-target) ; 126 ECHO "AutoIndex warning: The path to the auto-index executable was" ; 127 ECHO " not provided. Additionally, couldn't find AutoIndex" ; 128 ECHO " sources searching in" ; 129 ECHO " * BOOST_ROOT/tools/auto-index" ; 130 ECHO " * BOOST_BUILD_PATH/../../auto-index" ; [all …]
|
/third_party/boost/libs/math/doc/graphs/ |
D | Jamfile.v2 | 16 ECHO "Using the INKSCAPE environment variable to set inkscape to: " $(inkscape) ; 25 ECHO "Using the Windows registry to set the Inkscape path to: " $(inkscape) ; 26 ECHO "If that's not correct, try setting the INKSCAPE environment " ; 27 ECHO "variable to the correct path and executable file name." ; 32 ECHO "No inkscape path specified, defaulting to \"inkscape\"." ; 33 ECHO "If that's not correct, try setting the INKSCAPE environment " ; 34 ECHO "variable to the correct path and executable file name." ;
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 139 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} 168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` 180 func_basename_result=`$ECHO "${1}" | $SED "$basename"` 199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` 205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` 218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; 219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; 275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ 286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ 288 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/libffi/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/libevdev/build-aux/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/e2fsprogs/config/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/libpng/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/gettext/build-aux/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/freetype/builds/unix/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
D | configure | 4095 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` 4096 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do 4097 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` 5155 lt_cv_sharedlib_from_linklib_cmd=$ECHO 5163 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO 5756 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp 6087 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` 7117 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" 7120 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" 7123 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" [all …]
|
/third_party/node/deps/cares/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/mtdev/config-aux/ |
D | ltmain.sh | 321 : ${ECHO="printf %s\n"} 419 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 425 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 732 $ECHO "$progname: $_G_line" 743 $ECHO "$*" 766 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 767 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 776 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 872 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 874 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/wayland_standard/ |
D | ltmain.sh | 321 : ${ECHO="printf %s\n"} 419 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 425 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 732 $ECHO "$progname: $_G_line" 743 $ECHO "$*" 766 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 767 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 776 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 872 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 874 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/eudev/ |
D | ltmain.sh | 313 : ${ECHO="printf %s\n"} 411 progname=`$ECHO "$progpath" |$SED "$sed_basename"` 417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` 724 $ECHO "$progname: $_G_line" 735 $ECHO "$*" 758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` 759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` 768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` 866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` [all …]
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | pnglibconf.mak | 19 ECHO = echo macro 35 $(ECHO) '#include "pnglibconf.dfn"' >pnglibconf.c 36 $(ECHO) "If '$(CC) -E' crashes try /lib/cpp (e.g. CPP='/lib/cpp')" >&2 43 $(ECHO) "Calling $(AWK) from scripts/pnglibconf.mak" >&2 44 $(ECHO) "If 'awk' crashes try a better awk (e.g. AWK='nawk')" >&2
|
/third_party/libpng/scripts/ |
D | pnglibconf.mak | 19 ECHO = echo macro 35 $(ECHO) '#include "pnglibconf.dfn"' >pnglibconf.c 36 $(ECHO) "If '$(CC) -E' crashes try /lib/cpp (e.g. CPP='/lib/cpp')" >&2 43 $(ECHO) "Calling $(AWK) from scripts/pnglibconf.mak" >&2 44 $(ECHO) "If 'awk' crashes try a better awk (e.g. AWK='nawk')" >&2
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | pnglibconf.mak | 19 ECHO = echo macro 35 $(ECHO) '#include "pnglibconf.dfn"' >pnglibconf.c 36 $(ECHO) "If '$(CC) -E' crashes try /lib/cpp (e.g. CPP='/lib/cpp')" >&2 43 $(ECHO) "Calling $(AWK) from scripts/pnglibconf.mak" >&2 44 $(ECHO) "If 'awk' crashes try a better awk (e.g. AWK='nawk')" >&2
|
/third_party/libevdev/ |
D | configure | 4726 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO 4727 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO 4733 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then 4735 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then 4749 # Invoke $ECHO with all args, space-separated. 4752 $ECHO "" 4755 case $ECHO in 4970 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` 4971 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do 4972 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` [all …]
|