summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-21 03:12:17 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-21 03:12:17 +0000
commit2d9f6ba66ea703744d30ddb2fcd6ee035755f1ac (patch)
tree57033679194d00d88244b0a0a3127cb1b79c479f
parentde0c97970670da02e407cce001ed98f45c937807 (diff)
downloadppe42-gcc-2d9f6ba66ea703744d30ddb2fcd6ee035755f1ac.tar.gz
ppe42-gcc-2d9f6ba66ea703744d30ddb2fcd6ee035755f1ac.zip
2003-02-21 Ben Elliston <bje@redhat.com>
PR other/5634 * doc/install.texi (Configuration): Explain using $HOME instead of the ~ metacharacter when referring to home directories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63201 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/install.texi5
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 82301ebfc3b..5fafbeb7f6e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-21 Ben Elliston <bje@redhat.com>
+
+ PR other/5634
+ * doc/install.texi (Configuration): Explain using $HOME instead of
+ the ~ metacharacter when referring to home directories.
+
2003-02-20 Alexandre Oliva <aoliva@redhat.com>
* configure.in (TARGET_SYSTEM_ROOT): Set default to
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index c3bc46fbbbd..0d1496ddeb0 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -358,7 +358,10 @@ other than the default. The toplevel installation directory defaults to
@file{/usr/local}.
We @strong{highly} recommend against @var{dirname} being the same or a
-subdirectory of @var{objdir} or vice versa.
+subdirectory of @var{objdir} or vice versa. If specifying a directory
+beneath a user's home directory tree, some shells will not expand
+@var{dirname} correctly if it contains the @samp{~} metacharacter; use
+@env{$HOME} instead.
These additional options control where certain parts of the distribution
are installed. Normally you should not need to use these options.
OpenPOWER on IntegriCloud