Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
afb7e20b
Commit
afb7e20b
authored
Sep 04, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wb build, classvolume xtthelp file moved to ./ and build and distr of 'node'_xtthelp.dat removed
parent
a1262644
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
wb/lib/wb/src/wb_build.cpp
wb/lib/wb/src/wb_build.cpp
+0
-7
wb/lib/wb/src/wb_lfu.cpp
wb/lib/wb/src/wb_lfu.cpp
+0
-2
wb/lib/wb/src/wb_wnav_command.cpp
wb/lib/wb/src/wb_wnav_command.cpp
+1
-1
No files found.
wb/lib/wb/src/wb_build.cpp
View file @
afb7e20b
...
...
@@ -370,13 +370,6 @@ void wb_build::cnf( char *nodename, void *volumelist, int volumecnt)
if
(
sumsts
==
PWRB__NOBUILT
&&
m_sts
!=
PWRB__NOBUILT
)
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
sprintf
(
src_fname
,
"%s/Rt_xtt"
,
node_dir
.
src_dir
);
sprintf
(
dest_fname
,
"%s/Rt_xtt"
,
node_dir
.
dest_dir
);
...
...
wb/lib/wb/src/wb_lfu.cpp
View file @
afb7e20b
...
...
@@ -2284,8 +2284,6 @@ pwr_tStatus lfu_SaveDirectoryVolume(
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
"
,
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
)
{
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
"
,
...
...
wb/lib/wb/src/wb_wnav_command.cpp
View file @
afb7e20b
...
...
@@ -3977,7 +3977,7 @@ static int wnav_create_func( void *client_data,
}
// 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
);
if
(
sts
!=
0
)
{
wnav
->
message
(
'E'
,
"Conversion error, see terminal window for more information"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment