From owner-cvs-user Sat Jul 27 14:48:04 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05966 for cvs-user-outgoing; Sat, 27 Jul 1996 14:48:04 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05914; Sat, 27 Jul 1996 14:47:44 -0700 (PDT) Date: Sat, 27 Jul 1996 14:47:44 -0700 (PDT) From: Peter Wemm Message-Id: <199607272147.OAA05914@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/07/27 14:47:43 Modified: . Makefile Log: General tidy-up of Makefile. The objective was to make it clear and readable, as well as fix up some of the warts along the way. Among the things fixed is the infamous "cd foo && make depend all install" bogon, which is particularly important for users of the -DNOCLEAN option. Also, a few typo and DESTDIR fixes and a -DNOGAMES hack from Gary Jennejohn. Revision Changes Path 1.91 +271 -143 src/Makefile