Commit afb7e20b authored by Claes Sjofors's avatar Claes Sjofors

Wb build, classvolume xtthelp file moved to ./ and build and distr of 'node'_xtthelp.dat removed

parent a1262644
...@@ -370,13 +370,6 @@ void wb_build::cnf( char *nodename, void *volumelist, int volumecnt) ...@@ -370,13 +370,6 @@ void wb_build::cnf( char *nodename, void *volumelist, int volumecnt)
if ( sumsts == PWRB__NOBUILT && m_sts != PWRB__NOBUILT) if ( sumsts == PWRB__NOBUILT && m_sts != PWRB__NOBUILT)
sumsts = m_sts; sumsts = m_sts;
// Update $pwrp_cnf/node/'node'_xtthelp.dat
sprintf( src_fname, "%s/%s_xtthelp.dat", node_dir.src_dir, node);
sprintf( dest_fname, "%s/%s_xtthelp.dat", node_dir.dest_dir, node);
update_file( dest_fname, src_fname);
if ( sumsts == PWRB__NOBUILT && m_sts != PWRB__NOBUILT)
sumsts = m_sts;
// Update $pwrp_cnf/node/Rt_xtt // Update $pwrp_cnf/node/Rt_xtt
sprintf( src_fname, "%s/Rt_xtt", node_dir.src_dir); sprintf( src_fname, "%s/Rt_xtt", node_dir.src_dir);
sprintf( dest_fname, "%s/Rt_xtt", node_dir.dest_dir); sprintf( dest_fname, "%s/Rt_xtt", node_dir.dest_dir);
......
...@@ -2284,8 +2284,6 @@ pwr_tStatus lfu_SaveDirectoryVolume( ...@@ -2284,8 +2284,6 @@ pwr_tStatus lfu_SaveDirectoryVolume(
if ( *components_ptr & pwr_mDistrComponentMask_XttHelpFile) { if ( *components_ptr & pwr_mDistrComponentMask_XttHelpFile) {
fprintf( file, "appl %s W $pwrp_cnf/%s/xtt_help.dat:$pwrp_cnf/xtt_help.dat $pwrp_load/xtt_help.dat\n", fprintf( file, "appl %s W $pwrp_cnf/%s/xtt_help.dat:$pwrp_cnf/xtt_help.dat $pwrp_load/xtt_help.dat\n",
nodename_ptr, nodename_ptr); nodename_ptr, nodename_ptr);
fprintf( file, "appl %s S $pwrp_cnf/%s/%s_xtthelp.dat $pwrp_load/%s/%s__xtthelp.dat\n",
nodename_ptr, nodename_ptr, nodename_ptr, nodename_ptr, nodename_ptr);
} }
if ( *components_ptr & pwr_mDistrComponentMask_XttResourceFile) { if ( *components_ptr & pwr_mDistrComponentMask_XttResourceFile) {
fprintf( file, "appl %s W $pwrp_load/%s/b55/Rt_xtt:$pwrp_load/%s/Rt_xtt:$pwrp_load/Rt_xtt /home/b55/Rt_xtt\n", fprintf( file, "appl %s W $pwrp_load/%s/b55/Rt_xtt:$pwrp_load/%s/Rt_xtt:$pwrp_load/Rt_xtt /home/b55/Rt_xtt\n",
......
...@@ -3977,7 +3977,7 @@ static int wnav_create_func( void *client_data, ...@@ -3977,7 +3977,7 @@ static int wnav_create_func( void *client_data,
} }
// Create xtt help-files // Create xtt help-files
sprintf( cmd, "co_convert -xv -d $pwrp_exe/ %s", filenamestr); sprintf( cmd, "co_convert -xv -d $pwrp_load/ %s", filenamestr);
sts = system( cmd); sts = system( cmd);
if ( sts != 0) { if ( sts != 0) {
wnav->message('E', "Conversion error, see terminal window for more information"); wnav->message('E', "Conversion error, see terminal window for more information");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment