HomeSort by: relevance | last modified time | path
    Searched refs:MSYSTEM (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/xz/dist/build-aux/
compile 54 if test -n "$MSYSTEM" && (cygpath --version) >/dev/null 2>&1; then
  /src/external/bsd/zstd/dist/lib/
libzstd.mk 209 UNAME := $(shell sh -c 'MSYSTEM="MSYS" uname')
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2dvi 83 # In the case of Msys, uname returns a value derived from MSYSTEM, as
84 # MSYSTEM is user configurable, it is not so safe to use it to detect
85 # Msys. It is safer to use OSTYPE, this is why we set MSYSTEM to
88 && MSYSTEM=$OSTYPE uname | $EGREP -iv 'cygwin|msys' >/dev/null; then
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2dvi 83 # In the case of Msys, uname returns a value derived from MSYSTEM, as
84 # MSYSTEM is user configurable, it is not so safe to use it to detect
85 # Msys. It is safer to use OSTYPE, this is why we set MSYSTEM to
88 && MSYSTEM=$OSTYPE uname | $EGREP -iv 'cygwin|msys' >/dev/null; then

Completed in 17 milliseconds