Changes in beep-1.4.12
over beep-1.4.11
:
- Document how to override and disable packaged udev rules.
- Changed the build system to be closer to the GNU makefile conventions, i.e.
- only one compiler/toolchain per build
- default installation is to
prefix=/usr/local
instead ofprefix=/usr
- use GNU style
docdir=
instead of RPM spec file stylepkgdocdir=
- etc.
- Still not using a
configure
script, though, as that is complex. The user writing alocal.mk
with some definitions covers everyone wanting to use the same settings acrossmake
invocations, though.