Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 76572 invoked from network); 31 May 2008 20:55:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2008 20:55:05 -0000 Received: (qmail 84304 invoked by uid 500); 31 May 2008 20:55:08 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 84288 invoked by uid 500); 31 May 2008 20:55:08 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 84279 invoked by uid 99); 31 May 2008 20:55:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2008 13:55:08 -0700 X-ASF-Spam-Status: No, hits=-1998.0 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2008 20:54:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C29872388A09; Sat, 31 May 2008 13:54:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r662082 - in /httpd/apreq/trunk: module/t/TEST.PL win32/Configure.pl Date: Sat, 31 May 2008 20:54:32 -0000 To: apreq-cvs@httpd.apache.org From: randyk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080531205432.C29872388A09@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: randyk Date: Sat May 31 13:54:32 2008 New Revision: 662082 URL: http://svn.apache.org/viewvc?rev=662082&view=rev Log: remove manifest files with "make clean" in the module\t\c-modules\ subdirectories, and run this within the top "make clean" Makefile target. Modified: httpd/apreq/trunk/module/t/TEST.PL httpd/apreq/trunk/win32/Configure.pl Modified: httpd/apreq/trunk/module/t/TEST.PL URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/t/TEST.PL?rev=662082&r1=662081&r2=662082&view=diff ============================================================================== --- httpd/apreq/trunk/module/t/TEST.PL (original) +++ httpd/apreq/trunk/module/t/TEST.PL Sat May 31 13:54:32 2008 @@ -71,7 +71,7 @@ if (WIN32) { require File::Spec; - my @goners = map {$name . '.' . $_} qw(exp ilk lib pdb so lo); + my @goners = map {$name . '.' . $_} qw(exp ilk lib pdb so lo so.manifest); my $libs = join ' ', (map {'-l' . File::Spec->catfile($mod_apreq2_dir, $_)} qw(libapreq2.lib mod_apreq2.lib)); Modified: httpd/apreq/trunk/win32/Configure.pl URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/win32/Configure.pl?rev=662082&r1=662081&r2=662082&view=diff ============================================================================== --- httpd/apreq/trunk/win32/Configure.pl (original) +++ httpd/apreq/trunk/win32/Configure.pl Sat May 31 13:54:32 2008 @@ -114,6 +114,8 @@ $(RM_F) *.pch *.exe *.exp *.lib *.pdb *.ilk *.idb *.so *.dll *.obj *.manifest cd $(TDIR) $(RM_F) *.pch *.exe *.exp *.lib *.pdb *.ilk *.idb *.so *.dll *.obj *.manifest + cd $(APREQ_HOME)\module\t\c-modules + $(MAKE) clean cd $(APREQ_HOME) !IF EXIST("$(PERLGLUE)\Makefile") cd $(PERLGLUE)