Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Sun, Jul 17, 2016 at 04:07:39AM +0000, Eric Robinson wrote: > The process I'm used to is... > > ./configure <options> > make > make install > cd drbd > make clean all > > You're saying the whole process has been reduced to... > > make > > ...? The kernel module uses the Kbuild infrastructure. On centos you will need the "kernel-devel" package IIRC, the rest is handled by Kbuild. For kernel module building autotools are not required, so yes, "make" is enough. Then you also need drbd-utils (containing things like drbdadm/drbdsetup). These user-space tools are built via autotools and the source contains a "configure" script. Regards, rck