From owner-cvs-usrbin Sat Mar 8 22:08:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA28995 for cvs-usrbin-outgoing; Sat, 8 Mar 1997 22:08:32 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA28976; Sat, 8 Mar 1997 22:08:28 -0800 (PST) Date: Sat, 8 Mar 1997 22:08:28 -0800 (PST) From: Bruce Evans Message-Id: <199703090608.WAA28976@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ee Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/08 22:08:26 Modified: usr.bin/ee Makefile Log: Don't use a dot in a chown command. In fact, don't use any commands except `install' at install time. Don't build things at install time. Don't hide the build steps using @. Install with mode ${NOBINMODE} instead of 444. Poor source layout made this harder than it should have been. E.g., a suffix rule can't be used because of the subdirectories, and a new makefile per subdirectory (i.e.m per data file) would be excessive. See /usr/src/usr.bin/mklocale for a better organisation. Revision Changes Path 1.8 +13 -9 src/usr.bin/ee/Makefile