--------------------- PatchSet 178 Date: 2000/04/23 09:51:19 Author: hno Branch: hno-devel Tag: (none) Log: Removed that "Package configuration updated. Cleaning and reconfiguring" check. It was causing me more headache than it helps. Members: makefile.in:1.1.1.3.6.1->1.1.1.3.6.1.2.1 Index: squid/makefile.in =================================================================== RCS file: /cvsroot/squid-sf//squid/Attic/makefile.in,v retrieving revision 1.1.1.3.6.1 retrieving revision 1.1.1.3.6.1.2.1 diff -u -r1.1.1.3.6.1 -r1.1.1.3.6.1.2.1 --- squid/makefile.in 8 Feb 2000 22:35:24 -0000 1.1.1.3.6.1 +++ squid/makefile.in 23 Apr 2000 09:51:19 -0000 1.1.1.3.6.1.2.1 @@ -1,4 +1,4 @@ -# $Id: makefile.in,v 1.1.1.3.6.1 2000/02/08 22:35:24 hno Exp $ +# $Id: makefile.in,v 1.1.1.3.6.1.2.1 2000/04/23 09:51:19 hno Exp $ # srcdir = @srcdir@ @@ -48,10 +48,11 @@ targz: distclean tar cvf current.tar . ; gzip current.tar -makefile: configure config.status makefile.in lib/Makefile.in include/config.h.in src/Makefile.in include/version.h - @echo "Package configuration updated. Cleaning and reconfiguring" ;\ - ./config.status --recheck;\ - ./config.status ;\ - $(MAKE) $(MFLAGS) clean +# this is perhaps more confusing than it is worth +#makefile: configure config.status makefile.in lib/Makefile.in include/config.h.in src/Makefile.in include/version.h +# @echo "Package configuration updated. Cleaning and reconfiguring" ;\ +# ./config.status --recheck;\ +# ./config.status ;\ +# $(MAKE) $(MFLAGS) clean depend: