genromfs icon indicating copy to clipboard operation
genromfs copied to clipboard

Makefile fixes.

Open cederom opened this issue 4 years ago • 0 comments

It is safe to use cc instead of gcc on BSD and Linux. FreeBSD switched gcc to clang/llvm around 2012, no gcc in base anymore.

You can now make PREFIX=/usr/local install to perform valid installation. If variable is not provided it is set to /usr/local outside base OS.

During install Makefile silently removed whole man8 directory!!! Fixed.

Signed-off-by: Tomasz 'CeDeROM' CEDRO [email protected]

cederom avatar Oct 17 '21 23:10 cederom