File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # if [[ ! -f build/default/config.status ]]; then mkdir -p build/default; (cd build/default && ../../bootstrap-configure --enable-debug --enable-coverage); else ./bootstrap -w make; fi
4
-
5
3
if [[ ! -f build/default/config.status ]]; then
6
4
mkdir -p build/default
7
5
(cd build/default &&
8
- ../../bootstrap-configure --enable-debug --enable-coverage)
6
+ ../../bootstrap-configure -C - -enable-debug --enable-coverage)
9
7
elif [[ configure.ac -nt configure ]]; then
10
8
./bootstrap
11
9
else
Original file line number Diff line number Diff line change 2
2
3
3
git clean -xdf
4
4
mkdir -p build/default
5
- (cd build/default && ../../bootstrap-configure --enable-debug --enable-coverage --with-crypto=mbedtls)
5
+ (cd build/default && ../../bootstrap-configure -C - -enable-debug --enable-coverage --with-crypto=mbedtls)
You can’t perform that action at this time.
0 commit comments