From owner-cvs-share Fri Jan 10 18:39:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA20924 for cvs-share-outgoing; Fri, 10 Jan 1997 18:39:40 -0800 (PST) Received: (from jmacd@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA20914; Fri, 10 Jan 1997 18:39:38 -0800 (PST) Date: Fri, 10 Jan 1997 18:39:38 -0800 (PST) From: Joshua Peck Macdonald Message-Id: <199701110239.SAA20914@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.info.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmacd 97/01/10 18:39:38 Modified: share/mk bsd.info.mk Log: Change the installation rules. It now copies an empty dir file into the DESTDIR in the beforeinstall rule in src/share/info/Makefile. Then each info file that gets installed into the dir file using install-info. It has struck me that there's going to be a problem bootstrapping this change, since parts of install will fail until install-info is installed. Maybe someone who knows best how to deal with this can fix it. Revision Changes Path 1.22 +28 -11 src/share/mk/bsd.info.mk