commit | 98d71f9191ac83959d24ad7b01b211ef7bb3172e | [log] [tgz] |
---|---|---|
author | Patrick Monnerat <pm@datasphere.ch> | Fri Oct 03 12:36:36 2014 +0200 |
committer | Daniel Veillard <veillard@redhat.com> | Sat Oct 04 21:13:48 2014 +0800 |
tree | 6a47818ee2cecdac50ef2a632fc0789744d4c4ad | |
parent | 5378ff9378833f9aac764c1d296cf8f16179ecf5 [diff] [blame] |
os400: make-src.sh: create physical file with target CCSID
diff --git a/os400/make-src.sh b/os400/make-src.sh index 88248b0..49b6a95 100644 --- a/os400/make-src.sh +++ b/os400/make-src.sh
@@ -101,7 +101,7 @@ if action_needed "${LIBIFSNAME}/TOOLS.FILE" then CMD="CRTSRCPF FILE(${TARGETLIB}/TOOLS) RCDLEN(112)" - CMD="${CMD} TEXT('libxml2: build tools')" + CMD="${CMD} CCSID(${TGTCCSID}) TEXT('libxml2: build tools')" system "${CMD}" fi