Re: [cdesktopenv-devel] [PATCH] [AUTOTOOLS-CONVERSION] dtksh/examples: add automake file

2020-02-01 Thread Jon Trulson
On 1/31/20 7:44 PM, Chase via cdesktopenv-devel wrote: > So I think that, if gcc -E isnt functioning in the way we want it > anymore, we should work towards moving them to sed scripts, as > maintaining our own forked cpp is clunky, from now on I will be using > sed scripts to build scripts and data

Re: [cdesktopenv-devel] [PATCH] [AUTOTOOLS-CONVERSION] dtopen: use sed instead of gencpp

2020-02-01 Thread Jon Trulson
On 2/1/20 1:02 PM, Chase wrote: > Well, as I said, we can use sed instead of gencpp and eventually > remove gencpp so we wont have yet another utility to maintain anymore > We are always going to use GENCPP (tradcpp).  It works great, is OS agnostic and there is no need to go fix things that aren'

Re: [cdesktopenv-devel] [PATCH] [AUTOTOOLS-CONVERSION] dtopen: use sed instead of gencpp

2020-02-01 Thread Chase via cdesktopenv-devel
Well, as I said, we can use sed instead of gencpp and eventually remove gencpp so we wont have yet another utility to maintain anymore Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On Saturday, February 1, 2020 1:52 PM, Jon Trulson wrote: > Please stop with the "cleanups" he

Re: [cdesktopenv-devel] [PATCH] [AUTOTOOLS-CONVERSION] dtopen: use sed instead of gencpp

2020-02-01 Thread Jon Trulson
Please stop with the "cleanups" here... What exactly are you cleaning up? -jon On 2/1/20 12:00 PM, Chase via cdesktopenv-devel wrote: > minor cleanup > > Thank you for your time, > -Chase > > > > ___ > cdesktopenv-devel mailing list > cdesktopenv-devel

[cdesktopenv-devel] [PATCH] [AUTOTOOLS-CONVERSION] dtspcd: use sed instead of gencpp

2020-02-01 Thread Chase via cdesktopenv-devel
more cleanup Thank you for your time, -ChaseFrom 9b5f92f93718daaf629b42d185ee4e84ad3e530b Mon Sep 17 00:00:00 2001 From: Chase Date: Sat, 1 Feb 2020 13:48:33 -0600 Subject: [PATCH] dtspcd: use sed instead of GENCPP --- cde/programs/dtspcd/Makefile.am | 12 +++--- cde/programs/dtspcd/dtspcdenv

[cdesktopenv-devel] [PATCH] [AUTOTOOLS-CONVERSION] dtopen: use sed instead of gencpp

2020-02-01 Thread Chase via cdesktopenv-devel
minor cleanup Thank you for your time, -ChaseFrom 743714ad7a190d7aaa505c80edaad3fb36fd420d Mon Sep 17 00:00:00 2001 From: Chase Date: Sat, 1 Feb 2020 12:51:11 -0600 Subject: [PATCH] dtopen: replace GENCPP with sed --- cde/programs/dtopen/Makefile.am | 8 +++--- cde/programs/dtopen/dtopen.src

Re: [cdesktopenv-devel] [PATCH] [AUTOTOOLS-CONVERSION] dtksh/examples: add automake file

2020-02-01 Thread Chase via cdesktopenv-devel
upon further inspection, we will need to get rid of XCOMM since sed allows comments for some reason, I could work around it but I'm too lazy, here is the new patches Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On Friday, January 31, 2020 8:44 PM, Chase via cdesktopenv-devel