mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 17:50:34 +05:00
It seems "make_omniorb" and "make_commence" need to be before and after "envScript"
This commit is contained in:
parent
0a86f25349
commit
aca35e1b89
@ -55,6 +55,7 @@ find_in()
|
|||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
*/CVS) return ;;
|
*/CVS) return ;;
|
||||||
|
*/adm_local/*) return ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -124,9 +125,9 @@ echo " ./salome_adm/unix/SALOMEconfig.h \\" >> configure.in_tmp1
|
|||||||
echo " ./salome_adm/unix/F77config.h \\" >> configure.in_tmp1
|
echo " ./salome_adm/unix/F77config.h \\" >> configure.in_tmp1
|
||||||
echo " ./salome_adm/unix/sstream \\" >> configure.in_tmp1
|
echo " ./salome_adm/unix/sstream \\" >> configure.in_tmp1
|
||||||
echo " ./salome_adm/unix/depend \\" >> configure.in_tmp1
|
echo " ./salome_adm/unix/depend \\" >> configure.in_tmp1
|
||||||
#echo " ./adm_local/unix/make_omniorb \\" >> configure.in_tmp1
|
echo " ./adm_local/unix/make_omniorb \\" >> configure.in_tmp1
|
||||||
echo " ./salome_adm/unix/envScript \\" >> configure.in_tmp1
|
echo " ./salome_adm/unix/envScript \\" >> configure.in_tmp1
|
||||||
#echo " ./adm_local/unix/make_commence \\" >> configure.in_tmp1
|
echo " ./adm_local/unix/make_commence \\" >> configure.in_tmp1
|
||||||
echo " ./salome_adm/unix/make_conclude \\" >> configure.in_tmp1
|
echo " ./salome_adm/unix/make_conclude \\" >> configure.in_tmp1
|
||||||
echo " ./salome_adm/unix/make_module \\" >> configure.in_tmp1
|
echo " ./salome_adm/unix/make_module \\" >> configure.in_tmp1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user