]> SALOME platform Git repositories - tools/hxx2salome.git/commitdiff
Salome HOME
*** empty log message ***
authorjyp <jyp>
Wed, 21 Dec 2005 09:17:43 +0000 (09:17 +0000)
committerjyp <jyp>
Wed, 21 Dec 2005 09:17:43 +0000 (09:17 +0000)
scripts/hxx2salome

index c39ac090e5e3ff9130306658c5e4b7d8dfe4780d..bc2e588df5bc92d64c75e76f801b047363f737f5 100755 (executable)
@@ -190,8 +190,6 @@ generate_module_source()
     echo -e "\n-> Duplicate template module" | tee hxx2salome_journal
     tar xvfz ${gene_dir}/template_src.tgz >> hxx2salome_journal
     mv HXX2SALOME_GENERIC_CLASS_NAME_SRC ${CLASS_NAME}_SRC
-    mkdir -p ${CLASS_NAME}_BUILD
-    mkdir -p ${CLASS_NAME}_INSTALL
     ${gene_dir}/renameSalomeModule -i HXX2SALOME_GENERIC_CLASS_NAME ${CLASS_NAME} ${CLASS_NAME}_SRC >> hxx2salome_journal
 #
     if [ $make_gui -eq 0 ]
@@ -331,6 +329,8 @@ update_environment()
 copy_component_source()
 {
     mv ${tmp_dir}/${CLASS_NAME}_SRC/* ${NEW_COMPONENT_SRC_DIR}
+    mkdir -p ${NEW_COMPONENT_BUILD_DIR}
+    mkdir -p ${NEW_COMPONENT_ROOT_DIR}
 }
 
 good_bye()