linux-can / can-utils

Linux-CAN / SocketCAN user space applications
2.31k stars 697 forks source link

Too many build systems #526

Closed marckleinebudde closed 1 month ago

marckleinebudde commented 1 month ago

Hey,

we have way too many build systems for this packet. I want to remove at least 1, better 2. I think I'd like to keep cmake, Android.mk and remove the others.

Marc

hartkopp commented 1 month ago

How many build systems do we really have right now?

I still like make && make install - but of course I have cmake on my system too.

marckleinebudde commented 1 month ago

Besides Android, we have autotools, cmake and plain old Makefiles.