Hi,
All three of these have been merged to the master-ksh93-upgrade branch,
thanks!
-jon
On 1/1/21 1:48 PM, Chase via cdesktopenv-devel wrote:
> apologies for all the noise, but I noticed that my last patch still
> wasn't fixing the error so I rewrote part of it, here are all the
> patches in or
Actually, ignore that last patch, I have an even better one: this one gets rid
of init.c entirely and instead uses a patch file to augment it when the
makefile copies it over, thus avoiding the error and allowing us to keep
./bin/package flat make in the dtksh Imakefile where it belongs. Merge t
I appear to have missed a non-fatal error in the depend process. I will need to
move building ksh back to the top makefile, however this will probably be able
to be moved back when I port it to autotools. Patch attached (merge this after
the first patch I attached).
Thank you for your time,
-Ch
Marcin pointed out to me that the shell command in make is a gnu extension and
is thus not portable. The solution to this was to use "flat make" that puts the
ksh binary in a static directory, which also allowed me to undo the weird
workaround I had to implement in the topmost makefile. This com