Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 2032 invoked by uid 6000); 9 Apr 1998 19:31:03 -0000 Received: (qmail 2026 invoked by alias); 9 Apr 1998 19:31:01 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 2021 invoked by uid 143); 9 Apr 1998 19:31:01 -0000 Date: 9 Apr 1998 19:31:01 -0000 Message-ID: <19980409193101.2019.qmail@hyperreal.org> From: dgaudet@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src CHANGES Configure Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org dgaudet 98/04/09 12:31:00 Modified: src CHANGES Configure Log: build the libraries before the tools Submitted by: Ben Hyde Revision Changes Path 1.763 +2 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.762 retrieving revision 1.763 diff -u -r1.762 -r1.763 --- CHANGES 1998/04/09 10:22:49 1.762 +++ CHANGES 1998/04/09 19:30:58 1.763 @@ -1,5 +1,7 @@ Changes with Apache 1.3b6 + *) Build the libraries before building the rest of the tools. [Ben Hyde] + *) Add "distclean" target to src/-Makefiles to provide "make distclean" also inside the src subtree (i.e. for non-APACI users). Following GNU Makefile conventions while "clean" removes only stuff created by "all" targets, 1.232 +2 -2 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.231 retrieving revision 1.232 diff -u -r1.231 -r1.232 --- Configure 1998/04/09 10:22:49 1.231 +++ Configure 1998/04/09 19:30:58 1.232 @@ -90,7 +90,7 @@ tmpfile3=$tmpfile.3 awkfile=$tmpfile.4 tmpconfig=$tmpfile.5 -SUBDIRS='$(OSDIR) main ap modules' +SUBDIRS='$(OSDIR) ap main modules' #################################################################### ## Now handle any arguments, which, for now, is -file @@ -1142,7 +1142,7 @@ ## if [ "$RULE_WANTHSREGEX" = "yes" ]; then REGLIB="regex/libregex.a" - SUBDIRS="$SUBDIRS regex" + SUBDIRS="regex $SUBDIRS" CFLAGS="$CFLAGS -DUSE_HSREGEX" fi