On Mon, 23 Oct 2023 at 09:08, andy pugh <bodge...@gmail.com> wrote:
>
> > As for the failing modules, the problem is that when you build LinuxCNC 
> > Debian packages, you're in the top directory of LinuxCNC, _not_ the src 
> > directory. In linuxcnc/src/Makefile, the value of M is $(PWD) however when 
> > you build Debian packages, this value now needs to be M="$(PWD)/src"
> >
> > How to conditionally set M=$(PWD) vs. M=$(PWD)/src depending on whether 
> > building a Debian package or not is beyond me, but that's the issue.

After a but of digging, this was last changed by you:
https://github.com/LinuxCNC/linuxcnc/commit/9695eb6b1104a54c9087947acd27f76dbb63be9d

All changes prior to that date from when RTAI was the only game in
town, so presumably worked then
https://github.com/LinuxCNC/linuxcnc/commit/fc949aa523f9ede1d7c059fa00171691c8cafe1f



--
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to