mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
complibs/cloog: catch autogen.sh's output
Run autogen.sh through CT_DoExecLog to catch its output. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
c7a396f9b7
commit
f52ab9bddb
@ -30,7 +30,7 @@ do_cloog_extract() {
|
||||
CT_Pushd "${CT_SRC_DIR}/cloog-ppl${_t}"
|
||||
CT_Patch nochdir "cloog-ppl" "${CT_CLOOG_VERSION}"
|
||||
if [ "${CT_CLOOG_VERSION}" = "0.15.10" ]; then
|
||||
./autogen.sh
|
||||
CT_DoExecLog CFG ./autogen.sh
|
||||
fi
|
||||
CT_Popd
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user