summaryrefslogtreecommitdiff
path: root/os400/make-src.sh
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick.monnerat@dh.com>2017-07-27 11:20:02 +0800
committerDaniel Veillard <veillard@redhat.com>2017-07-27 11:20:02 +0800
commitd1f90624864c321e38d3a09a014afd56eb438702 (patch)
tree62937086c91bacc29fc0ab995ffd72776a5f3b62 /os400/make-src.sh
parent899a5d9f0ed13b8e32449a08a361e0de127dd961 (diff)
downloadlibxml2-d1f90624864c321e38d3a09a014afd56eb438702.tar.gz
small changes for OS/400
OS/400 version V5R3 is not supported by IBM anymore. In addition, the iSeries system I have here for development has been changed and the new system is not able to compile for an OS version lower than V6R1. Thus I made some updates to the libxml2 os400 scripts accordingly: - Oldest supported OS version is now V6R1. - Adjust ILE/RPG wrappers comments. - Update copyright year range. - Do not log compiler informational messages.
Diffstat (limited to 'os400/make-src.sh')
-rw-r--r--os400/make-src.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os400/make-src.sh b/os400/make-src.sh
index 6094de8e..4c03c565 100644
--- a/os400/make-src.sh
+++ b/os400/make-src.sh
@@ -17,7 +17,7 @@ cd "${TOPDIR}"
echo '#pragma comment(user, "libxml2 version '"${LIBXML_VERSION}"'")' > os400.c
echo '#pragma comment(user, __DATE__)' >> os400.c
echo '#pragma comment(user, __TIME__)' >> os400.c
-echo '#pragma comment(copyright, "Copyright (C) 1998-2015 Daniel Veillard. OS/400 version by P. Monnerat.")' >> os400.c
+echo '#pragma comment(copyright, "Copyright (C) 1998-2017 Daniel Veillard. OS/400 version by P. Monnerat.")' >> os400.c
make_module OS400 os400.c
LINK= # No need to rebuild service program yet.
MODULES=