This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/31224] some installation scripts and Makefiles do not run on stock Solaris
- From: "Luc dot Maisonobe at free dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2007 13:59:50 -0000
- Subject: [Bug bootstrap/31224] some installation scripts and Makefiles do not run on stock Solaris
- References: <bug-31224-10180@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from Luc dot Maisonobe at free dot fr 2007-03-16 13:59 -------
In the provided patch, I replaced a sequence of mkdir commands with a single
mkdir -p. I know the -p flag is not supported everywhere (or at least was not
supported years ago), but since this option is used elsewhere in the
Makefile.am, I considered it was not a problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31224