lilo.SlackBuild vs Makefile
Going back as far as v13.0, the SlackBuilds are pretty-much the same.
A problem presents itself just after extracting the lilo source in /tmp, chown root etc., then
`make || exit 1`
The lilo src Makefile has no default. You need to supply an argument like,
`make all || exit 1`
From a bash prompt, `make' with no arguments generates the help message.
I don't remember why I stumbled upon this, the pre-built versions for x86_64 all work fine.
|