From: Richard M. Stallman Date: Mon, 6 May 1996 03:45:23 +0000 (+0000) Subject: Avoid symlinks if possible. X-Git-Tag: fsf-origin~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f98feef37cc71a9c935177867e618365fed80941;p=thirdparty%2Fautoconf.git Avoid symlinks if possible. --- diff --git a/doc/make-stds.texi b/doc/make-stds.texi index 3dee87af..24ffd557 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -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 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 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 diff --git a/make-stds.texi b/make-stds.texi index 3dee87af..24ffd557 100644 --- a/make-stds.texi +++ b/make-stds.texi @@ -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 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 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