HomeSort by relevance Sort by last modified time
    Searched refs:depflags (Results 1 - 2 of 2) sorted by null

  /external/scrypt/
import_scrypt.sh 187 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
195 for cflag in $cflags $depflags; do
  /external/openssl/
import_openssl.sh 240 # Out: returns the cflags and depflags in variable $flags
265 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
268 flags="$cflags $depflags"

Completed in 744 milliseconds