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
adc3089b
Commit
adc3089b
authored
Sep 30, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
91fe11d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
6 deletions
+15
-6
src/exp/com/src/os_linux/pwrp_env.sh
src/exp/com/src/os_linux/pwrp_env.sh
+8
-3
src/exp/com/src/os_linux/upgrade.sh
src/exp/com/src/os_linux/upgrade.sh
+5
-1
src/exp/com/src/os_linux/wb_gcg.sh
src/exp/com/src/os_linux/wb_gcg.sh
+2
-2
No files found.
src/exp/com/src/os_linux/pwrp_env.sh
View file @
adc3089b
...
...
@@ -593,7 +593,7 @@ EOF
# Create an empty directory database
echo "Creating directory database"
wb_cmd create volume/
name=\"directory\"/class=\$DirectoryVolume/ident=254.254.254.253
wb_cmd create volume/
directory
return
fi
...
...
@@ -710,9 +710,14 @@ pwrc_delete_func()
then
echo
"Project root deleted"
else
echo
"Unable to delete project root"
pwrc_status=
$pwrc__rootdelete
if rmdir
$proot
then
echo
"Project root deleted"
else
echo
"Unable to delete project root"
pwrc_status=
$pwrc__rootdelete
return
fi
fi
fi
...
...
src/exp/com/src/os_linux/upgrade.sh
View file @
adc3089b
...
...
@@ -509,7 +509,7 @@ reload_continue()
return
fi
echo
-n
"Do you wan
'
t to continue ? [y/n/go] "
echo
-n
"Do you want to continue ? [y/n/go] "
read
repl
case
$repl
in
go
)
go
=
1
;
return
;;
...
...
@@ -583,6 +583,10 @@ usage()
createload Create new loadfiles.
createboot Create bootfiles for all nodes in the project.
convertge Convert ge graphs.
Note!
The first pass (dumpdb) must be executed on NEWTON and then you must move to
PWR40 and run the following passes beginning with userclasses.
EOF
}
...
...
src/exp/com/src/os_linux/wb_gcg.sh
View file @
adc3089b
...
...
@@ -155,7 +155,7 @@ CompileRtNode()
ld_opt
=
"
`
eval echo
$pwr_obj
/rt_io_user.o
`
"
fi
if
g++
$link_debug
-L
/lib/thread
-L
$pwrp_lib
-L
$pwr_lib
\
if
g++
$link_debug
-L
/lib/thread
-L
$pwrp_lib
-L
$pwr
p_cmn
/x86_linux/lib
-L
$pwr
_lib
\
-o
$pwrp_exe
/
$OutFile
\
$pwr_obj
/rt_plc_process.o
\
$pwrp_obj
/
${
FileName
}
.o
\
...
...
@@ -292,7 +292,7 @@ then
pwrp_gc
=
"
$pwrp_tmp
"
# Suppress all warnings, -x
cc_cmd
=
"gcc -c -x c -w
$cc_debug
-D_REENTRANT -DOS_LINUX -I
$pwr_inc
-I
$pwrp_inc
-I
$pwrp_tmp
"
cc_cmd
=
"gcc -c -x c -w
$cc_debug
-D_REENTRANT -DOS_LINUX -I
$pwr_inc
-I
$pwrp_inc
-I
$pwrp_tmp
-I
$pwrp_cmn
/common/inc
"
FileTypeStr
=
"
`
echo
$vFileType
|
cut
-f
$FileTypeIdx
-d
,
`
"
...
...
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