From owner-cvs-src-old@FreeBSD.ORG Fri Jun 12 07:39:26 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C89411065740 for ; Fri, 12 Jun 2009 07:39:26 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AC1F8FC0C for ; Fri, 12 Jun 2009 07:39:26 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5C7dQLV020991 for ; Fri, 12 Jun 2009 07:39:26 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5C7dQ55020990 for cvs-src-old@freebsd.org; Fri, 12 Jun 2009 07:39:26 GMT (envelope-from ariff@repoman.freebsd.org) Message-Id: <200906120739.n5C7dQ55020990@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ariff@repoman.freebsd.org using -f From: Ariff Abdullah Date: Fri, 12 Jun 2009 07:39:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/sound/sound Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 07:39:27 -0000 ariff 2009-06-12 07:39:10 UTC FreeBSD src repository Modified files: sys/modules/sound/sound Makefile Log: SVN rev 194047 on 2009-06-12 07:39:10Z by ariff Last (hopefully) attempt to fix both parallel build and cyclic dependencies, in a simmilar fashion to kmod.mk. Discussed with: bde, bz Revision Changes Path 1.28 +15 -9 src/sys/modules/sound/sound/Makefile