wrcad / xictools

XicTools: Xic graphical editor, WRspice circuit simulator, and accessories. for electronic design.
http://wrcad.com
138 stars 40 forks source link

Makefile.in modifications to keep the directory output consistent (cd <dir> ; make <target>) => $(MAKE) -C <dir> <target> #23

Closed ElderDelp closed 1 month ago

ElderDelp commented 1 month ago

…to $(MAKE) -C

I used an elisp set of functions to update the Makefile.in's with this change. I have run the make reconfig, make all, make packages, make devclean, and I think that it is working. watches the continued likes and shell variables.

I posted the elisp in gist https://gist.github.com/ElderDelp/ce175e8e07cf95b92e36ea3e3614604e

ElderDelp commented 1 month ago

Thanks, Steve!