This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/31224] some installation scripts and Makefiles do not run on stock Solaris



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]