Subject: CVS commit: othersrc/bootstrap-pkgsrc
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 12/03/2002 03:08:54
Module Name:	othersrc
Committed By:	grant
Date:		Tue Dec  3 01:08:54 UTC 2002

Modified Files:
	othersrc/bootstrap-pkgsrc/mtree: Makefile.in
	othersrc/bootstrap-pkgsrc/pkg_install/add: Makefile.in
	othersrc/bootstrap-pkgsrc/pkg_install/admin: Makefile.in
	othersrc/bootstrap-pkgsrc/pkg_install/create: Makefile.in
	othersrc/bootstrap-pkgsrc/pkg_install/delete: Makefile.in
	othersrc/bootstrap-pkgsrc/pkg_install/info: Makefile.in

Log Message:
ensure directories are created before installing man pages, by calling
${INSTALL} -d separately.

(the use of -d when installing a file is non-portable).


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 othersrc/bootstrap-pkgsrc/mtree/Makefile.in
cvs rdiff -r1.2 -r1.3 othersrc/bootstrap-pkgsrc/pkg_install/add/Makefile.in
cvs rdiff -r1.2 -r1.3 othersrc/bootstrap-pkgsrc/pkg_install/admin/Makefile.in
cvs rdiff -r1.2 -r1.3 \
    othersrc/bootstrap-pkgsrc/pkg_install/create/Makefile.in
cvs rdiff -r1.2 -r1.3 \
    othersrc/bootstrap-pkgsrc/pkg_install/delete/Makefile.in
cvs rdiff -r1.2 -r1.3 othersrc/bootstrap-pkgsrc/pkg_install/info/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.