From owner-svn-src-all@FreeBSD.ORG Thu Nov 6 00:51:05 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A38D637; Thu, 6 Nov 2014 00:51:05 +0000 (UTC) Received: from st11p02mm-asmtp001.mac.com (st11p02mm-asmtp001.mac.com [17.172.220.236]) (using TLSv1 with cipher DES-CBC3-SHA (112/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2D9C2B2; Thu, 6 Nov 2014 00:51:04 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (unknown [73.162.13.215]) by st11p02mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0NEL00B58ECTX1B0@st11p02mm-asmtp001.mac.com>; Thu, 06 Nov 2014 00:50:55 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-11-06_01:2014-11-05,2014-11-05,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1408290000 definitions=main-1411060006 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: svn commit: r273182 - in head/sys/modules: qlxgb qlxgbe qlxge From: Rui Paulo In-reply-to: <201410162013.s9GKDHIY055100@svn.freebsd.org> Date: Wed, 05 Nov 2014 16:50:52 -0800 Content-transfer-encoding: 7bit Message-id: References: <201410162013.s9GKDHIY055100@svn.freebsd.org> To: Warner Losh X-Mailer: Apple Mail (2.1990.1) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 00:51:05 -0000 On Oct 16, 2014, at 13:13, Warner Losh wrote: > > Author: imp > Date: Thu Oct 16 20:13:16 2014 > New Revision: 273182 > URL: https://svnweb.freebsd.org/changeset/base/273182 > > Log: > There's no need to override the clean target. The clean target works > correctly without doing so. Clearly someone didn't know about make cleandir. -- Rui Paulo