From owner-freebsd-commit Sat Oct 21 09:28:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA06561 for freebsd-commit-outgoing; Sat, 21 Oct 1995 09:28:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA06515 for cvs-all-outgoing; Sat, 21 Oct 1995 09:26:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA06505 for cvs-gnu-outgoing; Sat, 21 Oct 1995 09:26:44 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA06494 ; Sat, 21 Oct 1995 09:26:40 -0700 Date: Sat, 21 Oct 1995 09:26:40 -0700 From: Bruce Evans Message-Id: <199510211626.JAA06494@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff Makefile.dev Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/21 09:26:39 Modified: gnu/usr.bin/groff Makefile.dev Log: Remove private maninstall target. It will conflict with the one in bsd.man.mk when I change the latter to use `::' instead of `:' dependencies. (bsd.man.mk is included because NOMAN isn't defined. The maninstall target is supposed to be private to bsd.man.mk so bsd.man.mk doesn't bother testing if it is already defined. The test for redefinition in Makefile.dev was too early to do anything.) Change install target to a beforeinstall target (perhaps there should be an `extrainstall' target so that Makefiles don't have to abuse one of beforeinstall, install, realinstall or afterinstall). Don't bother testing for the install target already being defined. Rewrite the shell loop as a make loop (this reduces the time for installing groff from 78s to 65s here).