Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 75542 invoked by uid 500); 31 Jul 2001 12:24:26 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 75521 invoked by uid 500); 31 Jul 2001 12:24:25 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 31 Jul 2001 12:19:55 -0000 Message-ID: <20010731121955.28587.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/srclib Makefile.in X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N trawick 01/07/31 05:19:55 Modified: srclib Makefile.in Log: get "make extraclean" working for apr-util again the apr-util build now depends on files in apr; "make extraclean" in apr removes some of those files, causing a subsequent "make extraclean" in apr-util to blow*; make in apr-util first so we don't have this problem *on some platforms make aborted; on others the error was ignored though apr-util wasn't cleaned Revision Changes Path 1.10 +1 -1 httpd-2.0/srclib/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/srclib/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile.in 2001/02/24 19:16:04 1.9 +++ Makefile.in 2001/07/31 12:19:55 1.10 @@ -1,4 +1,4 @@ -SUBDIRS = apr $(AP_LIB_DIRS) apr-util pcre +SUBDIRS = apr-util apr $(AP_LIB_DIRS) pcre include $(top_srcdir)/build/rules.mk