]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bugzilla #453: make uninstall should not remove squid.conf
authorhno <>
Fri, 15 Nov 2002 20:08:26 +0000 (20:08 +0000)
committerhno <>
Fri, 15 Nov 2002 20:08:26 +0000 (20:08 +0000)
src/Makefile.am

index 56527708d09678cc670555af00b430ddba1ed1fd..51b9313ebb3d7c3b4f9ae1b95b9724b6bc9fbf64 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.41 2002/10/25 03:13:51 robertc Exp $
+#  $Id: Makefile.am,v 1.42 2002/11/15 13:08:26 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -401,10 +401,12 @@ uninstall-local:
                echo "rm -f $(DESTDIR)$(DEFAULT_MIME_TABLE)"; \
                $(RM) -f $(DESTDIR)$(DEFAULT_MIME_TABLE); \
        fi
-       @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \
-               echo "rm -f $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
-               $(RM) -f $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
-       fi
+
+# Don't automatically uninstall config files
+#      @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \
+#              echo "rm -f $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
+#              $(RM) -f $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
+#      fi
 
 DISTCLEANFILES = cf_gen_defines.h cf.data cf_parser.h squid.conf.default \
        globals.c string_arrays.c repl_modules.cc auth_modules.cc store_modules.cc