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