From owner-cvs-all@FreeBSD.ORG Fri Jan 28 17:01:54 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D12716A4CE; Fri, 28 Jan 2005 17:01:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B5D43D2D; Fri, 28 Jan 2005 17:01:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0SH1siw039280; Fri, 28 Jan 2005 17:01:54 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0SH1sBQ039279; Fri, 28 Jan 2005 17:01:54 GMT (envelope-from ru) Message-Id: <200501281701.j0SH1sBQ039279@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 28 Jan 2005 17:01:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libmagic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 17:01:54 -0000 ru 2005-01-28 17:01:54 UTC FreeBSD src repository Modified files: lib/libmagic Makefile Log: Clean up makefile. - Remove all:. It's redundant, and ${LIB} in it is just a bug. - Remove .ORDER:. *.mgc files can safely be built in parallel. - Remove PITA. The mkmagic tool is smart to put the binary file into the current directory (${.OBJDIR}) even if the source file lives somewhere else, which is just what we need. Revision Changes Path 1.6 +2 -7 src/lib/libmagic/Makefile