z/OS Make-File and Configure Script Patches ??

16 views
Skip to first unread message

Bovy, Stephen

unread,
May 14, 2012, 7:13:58 PM5/14/12
to vim...@googlegroups.com, Bram Moolenaar, vim...@vim.org
Hi,

I have a final "done-done" set of changes that will fully support The most-current version of z/OS with Motif 2.1 and feature-toolbar support

Works great and looks beautiful !!

Bram,

Would you like me to re-submit a consolidated version ???

Also I have discovered a problem in the Makefile. I had previously submitted a patch , but thus far, I see that it has not been committed. The problem is as
Follows and is because of the "QUOTESED" variable.

"Escape" sequences work differently in z/OS. Previously some-one else has submitted a path that tries to fix the problem. The patch enables the configure script to set the value of QUOTESED in "auto/config.mk" but that change has no effect because the value of QUOTSED is hard-coded in the make-file at line 2414.

I noticed the following line in the makefile at lines 284-297 >>

######################## auto/config.mk ######################## {{{1
# At this position auto/config.mk is included. When starting from the
# toplevel Makefile it is almost empty. After running auto/configure it
# contains settings that have been discovered for your system. Settings below
# this include override settings in auto/config.mk!

# Note: If make fails because auto/config.mk does not exist (it is not
# included in the repository), do:
# cp config.mk.dist auto/config.mk

# (X) How to include auto/config.mk depends on the version of "make" you have,
# if the current choice doesn't work, try the other one.

include auto/config.mk


Here is the hard-coded line at 2414-2415 >> (this will not work on z/OS) >>

QUOTESED = sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$$/";/'
auto/pathdef.c: Makefile auto/config.mk

<<<<<<<<<<<<<<<<<<<<<<<<<

Either the line above (2414) should be commented (or it should be pre-set as a default prior to the location where "config.mk" is included on line (297)


Bram Moolenaar

unread,
May 15, 2012, 3:19:57 PM5/15/12
to Bovy, Stephen, vim...@googlegroups.com, vim...@vim.org

Stephen Bovy wrote:

> I have a final "done-done" set of changes that will fully support The
> most-current version of z/OS with Motif 2.1 and feature-toolbar
> support
>
> Works great and looks beautiful !!
>
> Bram,
>
> Would you like me to re-submit a consolidated version ???

It would be nice to have the complete set of changes that you tested.
Avoids that I have to figure out what later change nullifies an older
change.
Please include a proposal for this in the patch.

--
SOLDIER: What? A swallow carrying a coconut?
ARTHUR: It could grip it by the husk ...
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Bovy, Stephen

unread,
May 15, 2012, 3:22:46 PM5/15/12
to Br...@moolenaar.net, vim...@googlegroups.com, vim...@vim.org
Ok, thanks

It will take me a while to put this together :)
Reply all
Reply to author
Forward
0 new messages