Subject: misc/5410: cvs doesn't install cleanly in csh
To: None <gnats-bugs@gnats.netbsd.org>
From: Patrick Welche,SCC,ext.30488, <prlw1@newn.cam.ac.uk>
List: netbsd-bugs
Date: 05/06/1998 17:58:38
>Number: 5410
>Category: misc
>Synopsis: cvs doesn't install cleanly in csh
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 6 10:05:02 1998
>Last-Modified:
>Originator: Patrick Welche
>Organization:
>Release: 1 May 1998
>Environment:
System: NetBSD 1.3E : Fri Apr 24 10:47:16 BST 1998 i386
>Description:
# cd /usr/othersrc
# make
# make install
[...]
making install in contrib
../mkinstalldirs /usr/local/lib/cvs/contrib
../mkinstalldirs: not found
[...]
# ls -l /usr/othersrc/cvs/mkinstalldirs
-rw-rw-r-- 1 root wheel 649 Oct 14 1995 /usr/othersrc/cvs/mkinstalldirs
>How-To-Repeat:
>Fix:
Just add $(SHELL) to the mkinstalldirs line:
*** cvs/contrib/Makefile Tue May 5 19:36:26 1998
--- cvs/contrib/Makefile.orig Tue May 5 19:37:45 1998
***************
*** 97,103 ****
.PHONY: install
installdirs:
! $(SHELL) $(top_srcdir)/mkinstalldirs $(libdir)/cvs/contrib
.PHONY: installdirs
tags:
--- 97,103 ----
.PHONY: install
installdirs:
! $(top_srcdir)/mkinstalldirs $(libdir)/cvs/contrib
.PHONY: installdirs
tags:
>Audit-Trail:
>Unformatted: