Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cbl-gdb
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
Packages & Registries
Packages & Registries
Container Registry
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
Simon Sobisch
cbl-gdb
Commits
5a71f913
Commit
5a71f913
authored
Aug 24, 2020
by
rdubner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide a default for COBCDXM
parent
43ccf1bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
26 deletions
+1
-26
cobcd
cobcd
+1
-26
No files found.
cobcd
View file @
5a71f913
...
...
@@ -155,6 +155,7 @@ def Main() :
COBCDFLAGS
=
(
os
.
environ
.
get
(
"COBCDFLAGS"
)
or
""
).
split
()
COBCD_COBC
=
os
.
environ
.
get
(
"COBCD_COBC"
)
or
""
COBCD
=
os
.
environ
.
get
(
"COBCD"
)
or
""
COBCDXM
=
os
.
environ
.
get
(
"COBCDXM"
)
or
"-m"
ECHO
=
os
.
environ
.
get
(
"ECHO"
)
or
""
COBC
=
os
.
environ
.
get
(
"COBC"
)
or
os
.
environ
.
get
(
"COBCD_COBC"
)
or
"cobc"
...
...
@@ -203,7 +204,6 @@ def Main() :
ASKED_FOR_VERSION
=
False
DASH_V
=
""
DASH_T
=
""
COBCDXM
=
"-m"
# This is the default
resultcode
=
0
TARGET
=
""
FILE_ROOT
=
""
...
...
@@ -596,31 +596,6 @@ def Main() :
if
h_file
[
-
2
:]
in
(
".i"
,
".h"
)
:
DeleteAFile
(
h_file
)
#^# ## clean up after ourselves, assuming that's desired
#^# if [ -z "$COBCDNOCLEAN" ];
#^# then
#^# rm -fr $FILE_ROOT.[csio]
#^# rm -fr $FILE_ROOT*.h
#^# rm -fr $FILE_LST
#^# rm -fr $FILE_O
#^# rm -fr $FILE_ROOT.sym.[co]
#^# fi
#^#
#^# exit $result
#^#
try
:
Main
()
except
:
...
...
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