Added HYPRE_config.h and babel-runtime/config.log to configure.dir.
This commit is contained in:
parent
1834cb6e74
commit
9c8788b111
@ -51,8 +51,14 @@ else
|
||||
./configure $@
|
||||
fi
|
||||
|
||||
# Save config.log and Makefile.config
|
||||
cp config.log config/Makefile.config $output_dir
|
||||
# Save config.log, HYPRE_config.h and Makefile.config
|
||||
cp config.log HYPRE_config.h config/Makefile.config $output_dir
|
||||
|
||||
# Save the environment variables
|
||||
set > $output_dir/sh.env
|
||||
|
||||
# Save Babel configuration (if it exists)
|
||||
if [ -f babel-runtime/config.log ]
|
||||
then
|
||||
cp babel-runtime/config.log $output_dir/babel-config.log
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user