Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 16564 invoked by uid 6000); 1 Apr 1998 11:39:59 -0000 Received: (qmail 16557 invoked by alias); 1 Apr 1998 11:39:58 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 16553 invoked by uid 168); 1 Apr 1998 11:39:58 -0000 Date: 1 Apr 1998 11:39:58 -0000 Message-ID: <19980401113958.16552.qmail@hyperreal.org> From: rse@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src .cvsignore Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org rse 98/04/01 03:39:57 Modified: . Makefile.tmpl src .cvsignore Log: Make the "install-can-go optimization-file" less generic in name and make sure CVS doen't complain about it. Revision Changes Path 1.6 +3 -3 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.tmpl 1998/04/01 11:28:37 1.5 +++ Makefile.tmpl 1998/04/01 11:39:56 1.6 @@ -139,7 +139,7 @@ build: @echo "===> $(SRC)" @$(MAKE) -f $(MKF) $(MFLAGS) build-std $(build-support) - @touch $(SRC)/.build.ok + @touch $(SRC)/.apaci.build.ok @echo "<=== $(SRC)" # build the standard stuff @@ -165,7 +165,7 @@ # package. This is implemented by running subtargets for the # separate parts of the installation process. install: - @if [ ! -f $(SRC)/.build.ok ]; then \ + @if [ ! -f $(SRC)/.apaci.build.ok ]; then \ $(MAKE) -f $(MKF) $(MFLAGS) build; \ fi @$(MAKE) -f $(MKF) $(MFLAGS) \ @@ -341,7 +341,7 @@ clean: @echo "===> $(SRC)" @$(MAKE) -f $(MKF) $(MFLAGS) clean-std $(clean-support) - @rm -f $(SRC)/.build.ok + @rm -f $(SRC)/.apaci.build.ok @echo "<=== $(SRC)" # clean the standard stuff 1.13 +1 -0 apache-1.3/src/.cvsignore Index: .cvsignore =================================================================== RCS file: /export/home/cvs/apache-1.3/src/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 1998/03/29 12:27:32 1.12 +++ .cvsignore 1998/04/01 11:39:57 1.13 @@ -17,3 +17,4 @@ Makefile.config modules.c apaci +.apaci.build.ok