author | Junio C Hamano <gitster@pobox.com> | |
Fri, 22 Aug 2008 00:31:50 +0000 (19:31 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 22 Aug 2008 07:21:59 +0000 (00:21 -0700) | ||
commit | 96cda0b1067b4b5a2f87785cc49e1e648d68ae1d | |
tree | 55404f9d9783f3b02ec4cf2431caf4ffe02e06a6 | tree | snapshot |
parent | 2cb1f36d5098060a4bac182da16ceed3197a57c2 | commit | diff |
templates/Makefile: install is unnecessary, just use mkdir -p
The native install on some platforms (namely IRIX 6.5) treats non-absolute
paths as being relative to the root directory rather than relative to
the current directory. Work around this by avoiding install in this case
since it is unnecessary, and instead depend on the local umask setting
and use mkdir.
Tested-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The native install on some platforms (namely IRIX 6.5) treats non-absolute
paths as being relative to the root directory rather than relative to
the current directory. Work around this by avoiding install in this case
since it is unnecessary, and instead depend on the local umask setting
and use mkdir.
Tested-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
templates/Makefile | diff | blob | history |