Changeset d65f92c for libcfa/configure.ac
- Timestamp:
- Aug 15, 2019, 10:21:36 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5c4a473
- Parents:
- 1ee048fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure.ac
r1ee048fd rd65f92c 37 37 echo "no" 38 38 else 39 path=$(readlink -f .) 40 CFADIR_HASH=$(openssl dgst -sha256 <<< $path) 41 CFADIR_HASH="${CFADIR_HASH: -10}" 39 tools="$(readlink -m $ac_confdir/)/../tools/build" 40 config=$(basename $(readlink -f .)) 41 echo "$tools/distcc_hash $config" 42 CFADIR_HASH=$($tools/distcc_hash $config) 42 43 CFACC="distcc ~/.cfadistcc/${CFADIR_HASH}/cfa" 43 44 PRELUDEFLAG='-dist-tree'
Note: See TracChangeset
for help on using the changeset viewer.