diff options
author | Christopher Powell | 2002-02-24 20:17:16 +0000 |
---|---|---|
committer | Christopher Powell | 2002-02-24 20:17:16 +0000 |
commit | 175ec1e3bee79b081e1d5ef999a5ee82714bbe9b (patch) | |
tree | 6f8535a717accabc77c4ba104f5a3b0014d4769d /Makefile | |
parent | ec06ba32ef1bfb3de7fd87ddc9c43468d5f5684e (diff) |
Minor but significant updates to the instructions for apxs users.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | # $Id: Makefile,v 1.5 2002/01/15 18:40:14 helios Exp $ | 1 | # $Id: Makefile,v 1.6 2002/02/24 20:17:16 helios Exp $ |
2 | MLMVERS = 1.13 | 2 | MLMVERS = 1.14 |
3 | 3 | ||
4 | # Where you unpacked your Apache tarball -- the source. | 4 | # Where you unpacked your Apache tarball -- the source. |
5 | APACHESOURCE = /usr/local/src/apache_1.3.22 | 5 | APACHESOURCE = /usr/local/src/apache_1.3.22 |
@@ -63,6 +63,8 @@ distro: all | |||
63 | cp -f README ${APACHEINST}/html/mod_log_mysql/ | 63 | cp -f README ${APACHEINST}/html/mod_log_mysql/ |
64 | cp -f CHANGELOG ${APACHEINST}/html/mod_log_mysql/ | 64 | cp -f CHANGELOG ${APACHEINST}/html/mod_log_mysql/ |
65 | cd ..; tar zcf mod_log_mysql-${MLMVERS}.tar.gz --exclude mod_log_mysql/CVS mod_log_mysql/; $(INSTALL) mod_log_mysql-${MLMVERS}.tar.gz ${APACHEINST}/html/mod_log_mysql/; rm -f mod_log_mysql-${MLMVERS}.tar.gz | 65 | cd ..; tar zcf mod_log_mysql-${MLMVERS}.tar.gz --exclude mod_log_mysql/CVS mod_log_mysql/; $(INSTALL) mod_log_mysql-${MLMVERS}.tar.gz ${APACHEINST}/html/mod_log_mysql/; rm -f mod_log_mysql-${MLMVERS}.tar.gz |
66 | 66 | rm -f /usr/local/Apache/html/mod_log_mysql/mod_log_mysql.tar.gz | |
67 | ln -s mod_log_mysql-1.14.tar.gz /usr/local/Apache/html/mod_log_mysql/mod_log_mysql.tar.gz | ||
68 | |||
67 | clean: | 69 | clean: |
68 | rm -f *.o *~ | 70 | rm -f *.o *~ |