------------------------------------------------------------ revno: 12352 revision-id: squid3@treenet.co.nz-20121010013755-7ig0ushg0h53y661 parent: squid3@treenet.co.nz-20121010013631-a4o4h5gkdvf86wg4 committer: Amos Jeffries branch nick: 3.3 timestamp: Tue 2012-10-09 19:37:55 -0600 message: Windows: disable purge tool The purge tool requires quite a few updates before it will build on Windows. It is easier at this point to simply not build it. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121010013755-7ig0ushg0h53y661 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: e215ebcf6246c577644e753ee2e022af68bebc97 # timestamp: 2012-10-10 01:38:48 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20121010013631-\ # a4o4h5gkdvf86wg4 # # Begin patch === modified file 'tools/purge/Makefile.am' --- tools/purge/Makefile.am 2010-08-20 02:38:28 +0000 +++ tools/purge/Makefile.am 2012-10-10 01:37:55 +0000 @@ -1,6 +1,8 @@ include $(top_srcdir)/src/Common.am +if !ENABLE_WIN32SPECIFIC bin_PROGRAMS = purge +endif purge_SOURCES = \ convert.cc \