From owner-freebsd-commit Sun Jan 21 09:57:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27643 for freebsd-commit-outgoing; Sun, 21 Jan 1996 09:57:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27634 for cvs-all-outgoing; Sun, 21 Jan 1996 09:57:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27623 for cvs-share-outgoing; Sun, 21 Jan 1996 09:57:28 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27616 Sun, 21 Jan 1996 09:57:26 -0800 (PST) Date: Sun, 21 Jan 1996 09:57:26 -0800 (PST) From: Bruce Evans Message-Id: <199601211757.JAA27616@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/examples Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/21 09:57:26 Modified: share/examples Makefile Log: Use `make' loops instead of shell loops to install things. This fixes the verbose output for `make -s install' and gives nicer output for `make install' and `make -n install'. This method should be used more. Install meteor and startslip. In fact, install all subdirectories except CVS. This method should be used more so that SUBDIR lists don't have to be changed so often (special cases could be handled by short exclusion lists). Revision Changes Path 1.19 +15 -14 src/share/examples/Makefile