We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22edef5 commit e65eb09Copy full SHA for e65eb09
cpython-unix/build-m4.sh
@@ -15,7 +15,9 @@ pushd m4-${M4_VERSION}
15
16
CC="${HOST_CC}" CXX="${HOST_CXX}" CFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" LDFLAGS="${EXTRA_HOST_LDFLAGS}" ./configure \
17
--build=${BUILD_TRIPLE} \
18
- --prefix=/tools/host
+ --prefix=/tools/host || true
19
+
20
+cat config.log && exit 1
21
22
make -j ${NUM_CPUS}
23
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out
0 commit comments