mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-21 11:35:20 +00:00
complibs/cloog: create missing m4 dir
Because we now patch configure.in and configure, the Makefile quicks in a re-build rule as the source files are now more recent than the bundled generated files, and that fails because the m4 directory is missing, although on some systems where aclocal is not installed, the re-build rule does nothing (except a warning). Always create tht directory. Reported-by: Per Arnold Blaasmo <per-arnold.blaasmo@atmel.com> [Also thanks to Thomas De Schampheleire <patrickdepinguin@gmail.com> for some digging works on this issue] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
67741d5952
commit
52b7a1973e
@ -27,6 +27,9 @@ do_cloog_extract() {
|
||||
CT_Extract "cloog-ppl-${CT_CLOOG_VERSION}"
|
||||
CT_Patch "cloog-ppl" "${CT_CLOOG_VERSION}"
|
||||
|
||||
# Help the autostuff in case it thinks there are things to regenerate...
|
||||
CT_DoExecLog DEBUG mkdir -p "${CT_SRC_DIR}/cloog-ppl-${CT_CLOOG_VERSION}/m4"
|
||||
|
||||
if [ "${CT_CLOOG_NEEDS_AUTORECONF}" = "y" ]; then
|
||||
CT_Pushd "${CT_SRC_DIR}/cloog-ppl-${CT_CLOOG_VERSION}"
|
||||
CT_DoExecLog CFG ./autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user