mirror of https://github.com/breard-r/acmed.git
Browse Source
In the Makefile, `make install` is used to create missing directories and install files into them. Until now, the -D option was used for this job. However, FreeBSD as an implementation of the install command that differs about this option. In order to remain compatible with FreeBSD, the -D option has been removed and replace by prior directory creation using the -d option, which is common to (most?) implementations. https://www.freebsd.org/cgi/man.cgi?query=install https://man.openbsd.org/install https://linux.die.net/man/1/installpull/39/head
Rodolphe Breard
4 years ago
1 changed files with 13 additions and 8 deletions
Loading…
Reference in new issue