mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Avoid symlinks if possible.
This commit is contained in:
parent
a67e842fb1
commit
68db062e1e
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ Stick to the generally supported options for these programs. For
|
||||||
example, don't use @samp{mkdir -p}, convenient as it may be, because
|
example, don't use @samp{mkdir -p}, convenient as it may be, because
|
||||||
most systems don't support it.
|
most systems don't support it.
|
||||||
|
|
||||||
|
It is a good idea to avoid creating symbolic links in makefiles, since a
|
||||||
|
few systems don't support them.
|
||||||
|
|
||||||
The Makefile rules for building and installation can also use compilers
|
The Makefile rules for building and installation can also use compilers
|
||||||
and related programs, but should do so via @code{make} variables so that the
|
and related programs, but should do so via @code{make} variables so that the
|
||||||
user can substitute alternatives. Here are some of the programs we
|
user can substitute alternatives. Here are some of the programs we
|
||||||
|
|
Loading…
Reference in a new issue