From: wessels <> Date: Tue, 16 Apr 1996 22:35:25 +0000 (+0000) Subject: fix Makefile clean target X-Git-Tag: SQUID_3_0_PRE1~6152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5c666abb1fa898db13dd58dbd73e8d3a0e04a6d;p=thirdparty%2Fsquid.git fix Makefile clean target remove references to Harvest --- diff --git a/src/Makefile.in b/src/Makefile.in index 4cc3afa726..999b83ad02 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # -# Makefile for the Harvest Object Cache server +# Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.19 1996/04/16 05:05:16 wessels Exp $ +# $Id: Makefile.in,v 1.20 1996/04/16 16:35:25 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -31,16 +31,6 @@ XTRA_OBJS = @XTRA_OBJS@ SHELL = /bin/sh -## AIX users might need to use these values -# -#CC = cc -#XTRA_CFLAGS = -D_HARVEST_HPUX_ -d_AIX -D_ALL_SOURCE -# - -## LINUX users might need to use these values -# -#XTRA_CFLAGS = -D_ALL_SOURCE - INCLUDE = -I. -I../include # MUST use -I. first CFLAGS = $(STD_CFLAGS) $(XTRA_CFLAGS) $(INCLUDE) $(DEFINES) LDFLAGS = $(STD_LDFLAGS) @@ -131,7 +121,7 @@ install: all install-mkdirs fi clean: - -rm -rf *.o *pure_* core $(PROGS) $(UTILS) $(CGIPROGS) squid.conf + -rm -rf *.o *pure_* core $(PROGS) $(UTILS) $(CGIPROGS) realclean: clean - -rm -f Makefile + -rm -f Makefile squid.conf diff --git a/src/cachemgr.cc b/src/cachemgr.cc index cf4de62d2d..00bb22f9dd 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -1,4 +1,4 @@ -/* $Id: cachemgr.cc,v 1.6 1996/04/16 05:05:18 wessels Exp $ */ +/* $Id: cachemgr.cc,v 1.7 1996/04/16 16:35:26 wessels Exp $ */ #include "squid.h" @@ -29,7 +29,7 @@ typedef struct { int hasTables = FALSE; -char *script_name = "/Harvest/cgi-bin/cachemgr.cgi"; +char *script_name = "/cgi-bin/cachemgr.cgi"; char *progname = NULL; #define LF 10 @@ -54,13 +54,11 @@ void print_trailer() void noargs_html() { printf("\r\n\r\n"); - printf("
\n"); printf("This is a WWW interface to the instrumentation interface "); - printf("for the\n"); - printf("\n"); - printf("\tHarvest object cache.\n"); + printf("for the Squid object cache.\n"); printf("
\n"); printf("