This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
install vs install-sh
- From: DJ Delorie <dj at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 14 Jul 2003 20:45:15 -0400
- Subject: install vs install-sh
Got this today...
/usr/bin/install: cannot create regular file `/greed/dj/uber/inst/lib/gcc-lib/sh-elf/3.4/cc1': No such file or directory
The install-sh in the source tree seems to do "mkdir -p" as needed.
Do we expect this of install? Or should we expect to call
mkinstalldirs ourselves as needed?