File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -9,29 +9,30 @@ export LC_ALL=C.UTF-8
9
9
GRIDCOIN_CONFIG_ALL=" --disable-dependency-tracking --prefix=$DEPENDS_DIR /$HOST --bindir=$BASE_OUTDIR /bin --libdir=$BASE_OUTDIR /lib"
10
10
DOCKER_EXEC " ccache --zero-stats --max-size=$CCACHE_SIZE "
11
11
12
+ DOCKER_EXEC mkdir -p " ${BASE_BUILD_DIR} "
13
+ export P_CI_DIR=" ${BASE_BUILD_DIR} /gridcoin-$HOST "
14
+
12
15
BEGIN_FOLD autogen
13
16
if [ -n " $CONFIG_SHELL " ]; then
14
- DOCKER_EXEC " $CONFIG_SHELL " -c " . /autogen.sh"
17
+ DOCKER_EXEC " $CONFIG_SHELL " -c " {BASE_ROOT_DIR} /autogen.sh"
15
18
else
16
- DOCKER_EXEC . /autogen.sh
19
+ DOCKER_EXEC ${BASE_ROOT_DIR} /autogen.sh
17
20
fi
18
21
END_FOLD
19
22
20
- DOCKER_EXEC mkdir -p " ${BASE_BUILD_DIR} "
21
- export P_CI_DIR=" ${BASE_BUILD_DIR} "
23
+ # export P_CI_DIR="${BASE_BUILD_DIR}"
22
24
23
- BEGIN_FOLD configure
24
- DOCKER_EXEC " ${BASE_ROOT_DIR} /configure" --cache-file=config.cache $GRIDCOIN_CONFIG_ALL $GRIDCOIN_CONFIG || ( (DOCKER_EXEC cat config.log) && false)
25
- END_FOLD
25
+ # BEGIN_FOLD configure
26
+ # DOCKER_EXEC "${BASE_ROOT_DIR}/configure" --cache-file=config.cache $GRIDCOIN_CONFIG_ALL $GRIDCOIN_CONFIG || ( (DOCKER_EXEC cat config.log) && false)
27
+ # END_FOLD
26
28
27
- BEGIN_FOLD distdir
28
- DOCKER_EXEC make distdir VERSION=$HOST
29
- END_FOLD
29
+ # BEGIN_FOLD distdir
30
+ # DOCKER_EXEC make distdir VERSION=$HOST
31
+ # END_FOLD
30
32
31
- export P_CI_DIR=" ${BASE_BUILD_DIR} /gridcoin-$HOST "
32
33
33
34
BEGIN_FOLD configure
34
- DOCKER_EXEC ./configure --cache-file=../config.cache $GRIDCOIN_CONFIG_ALL $GRIDCOIN_CONFIG || ( (DOCKER_EXEC cat config.log) && false)
35
+ DOCKER_EXEC ../configure $GRIDCOIN_CONFIG_ALL $GRIDCOIN_CONFIG || ( (DOCKER_EXEC cat config.log) && false)
35
36
END_FOLD
36
37
37
38
BEGIN_FOLD build
Original file line number Diff line number Diff line change @@ -1193,7 +1193,7 @@ AC_SUBST(QR_LIBS)
1193
1193
AC_CONFIG_FILES ( [ Makefile src/Makefile share/setup.nsi share/qt/Info.plist] )
1194
1194
AC_CONFIG_FILES ( [ contrib/devtools/split-debug.sh] ,[ chmod +x contrib/devtools/split-debug.sh] )
1195
1195
AM_COND_IF([ HAVE_DOXYGEN] , [ AC_CONFIG_FILES ( [ doc/Doxyfile] ) ] )
1196
- AC_CONFIG_LINKS ( [ CHANGELOG.md:CHANGELOG.md COPYING:COPYING] )
1196
+ # AC_CONFIG_LINKS([CHANGELOG.md:CHANGELOG.md COPYING:COPYING])
1197
1197
1198
1198
dnl boost's m4 checks do something really nasty: they export these vars. As a
1199
1199
dnl result, they leak into secp256k1's configure and crazy things happen.
You can’t perform that action at this time.
0 commit comments