From patchwork Mon Nov 28 17:33:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 128024 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "rcsinet15.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id C6FCEB6F82 for ; Tue, 29 Nov 2011 04:33:28 +1100 (EST) Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pASHXNBX004989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 Nov 2011 17:33:23 GMT Received: from oss.oracle.com (oss.oracle.com [141.146.12.120]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id pASHXMIf025032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Nov 2011 17:33:23 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RV54v-0000RF-LN; Mon, 28 Nov 2011 09:33:17 -0800 Received: from acsinet13.oracle.com ([141.146.126.235]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RV54u-0000R8-38 for fedfs-utils-devel@oss.oracle.com; Mon, 28 Nov 2011 09:33:16 -0800 Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.213.171]) by acsinet13.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pASHXEpS022447 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Mon, 28 Nov 2011 17:33:15 GMT Received: by yenr9 with SMTP id r9so1741963yen.2 for ; Mon, 28 Nov 2011 09:33:14 -0800 (PST) Received: by 10.50.213.6 with SMTP id no6mr54517123igc.51.1322501592848; Mon, 28 Nov 2011 09:33:12 -0800 (PST) Received: from degas.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id eb23sm48120852ibb.2.2011.11.28.09.33.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Nov 2011 09:33:12 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Mon, 28 Nov 2011 12:33:11 -0500 Message-ID: <20111128173310.1136.65651.stgit@degas.1015granger.net> In-Reply-To: <20111128172546.1136.92618.stgit@degas.1015granger.net> References: <20111128172546.1136.92618.stgit@degas.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=ISPs ip=209.85.213.171 ct-class=G1 ct-vol1=0 ct-vol2=0 ct-vol3=0 ct-risk=0 ct-spam1=0 ct-spam2=0 ct-bulk=0 rcpts=1 size=690 Subject: [fedfs-utils] [PATCH 1/9] build: Add CLEANFILES targets to doc/ldap/Makefile.am X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-CT-RefId: str=0001.0A090201.4ED3C5E4.002A:SCFSTAT1119972, ss=1, re=-4.000, fgs=0 X-Auth-Type: Internal IP This common section is missing from doc/ldap/Makefile.am. Using "make distclean" should remove doc/ldap/Makefile.in . Signed-off-by: Chuck Lever --- doc/ldap/Makefile.am | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/doc/ldap/Makefile.am b/doc/ldap/Makefile.am index 240e4e7..8b6e094 100644 --- a/doc/ldap/Makefile.am +++ b/doc/ldap/Makefile.am @@ -23,4 +23,7 @@ ## http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt ## -EXTRA_DIST = fedfs.schema fedfs-schema.ldif +EXTRA_DIST = fedfs.schema fedfs-schema.ldif + +CLEANFILES = cscope.in.out cscope.out cscope.po.out *~ +DISTCLEANFILES = Makefile.in