Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
ea886941
Commit
ea886941
authored
8 years ago
by
Patrick Monnerat
Browse files
Options
Downloads
Patches
Plain Diff
os400: minimum supported OS version: V6R1M0.
Do not log compilation informational messages.
parent
6b130d6b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/OS400/initscript.sh
+2
-2
2 additions, 2 deletions
packages/OS400/initscript.sh
with
2 additions
and
2 deletions
packages/OS400/initscript.sh
+
2
−
2
View file @
ea886941
...
...
@@ -50,7 +50,7 @@ setenv TGTCCSID '500' # Target CCSID of objects.
setenv DEBUG
'*ALL'
# Debug level.
setenv OPTIMIZE
'10'
# Optimisation level
setenv OUTPUT
'*NONE'
# Compilation output option.
setenv TGTRLS
'V
5R3
M0'
# Target OS release.
setenv TGTRLS
'V
6R1
M0'
# Target OS release.
setenv IFSDIR
'/curl'
# Installation IFS directory.
# Define ZLIB availability and locations.
...
...
@@ -188,7 +188,7 @@ make_module()
CMD
=
"CRTCMOD MODULE(
${
TARGETLIB
}
/
${
1
}
) SRCSTMF('__tmpsrcf.c')"
# CMD="${CMD} SYSIFCOPT(*IFS64IO) OPTION(*INCDIRFIRST *SHOWINC *SHOWSYS)"
CMD
=
"
${
CMD
}
SYSIFCOPT(*IFS64IO) OPTION(*INCDIRFIRST)"
CMD
=
"
${
CMD
}
LOCALETYPE(*LOCALE)"
CMD
=
"
${
CMD
}
LOCALETYPE(*LOCALE)
FLAG(10)
"
CMD
=
"
${
CMD
}
INCDIR('/qibm/proddata/qadrt/include'"
CMD
=
"
${
CMD
}
'
${
TOPDIR
}
/include/curl' '
${
TOPDIR
}
/include' '
${
SRCDIR
}
'"
CMD
=
"
${
CMD
}
'
${
TOPDIR
}
/packages/OS400'"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment