Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9FFC9FFA for ; Wed, 16 May 2012 17:02:47 +0000 (UTC) Received: (qmail 9127 invoked by uid 500); 16 May 2012 17:02:47 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 9106 invoked by uid 500); 16 May 2012 17:02:47 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 9099 invoked by uid 99); 16 May 2012 17:02:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 17:02:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 17:02:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E83A238896F; Wed, 16 May 2012 17:02:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1339266 - in /subversion/trunk: Makefile.in notes/knobs Date: Wed, 16 May 2012 17:02:24 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120516170224.4E83A238896F@eris.apache.org> Author: danielsh Date: Wed May 16 17:02:23 2012 New Revision: 1339266 URL: http://svn.apache.org/viewvc?rev=1339266&view=rev Log: Follow-up to r1339262: rename the easter-egg environment variable. * Makefile.in (INSTALL_EXTRA_TOOLS): s/SVN_TRY_THIS_AT_HOME/SVN_SVNMUCC_IS_SVNSYITF/ * notes/knobs (SVN_TRY_THIS_AT_HOME): Rename to .. (SVN_SVNMUCC_IS_SVNSYITF): .. this, and fill in the entry. Modified: subversion/trunk/Makefile.in subversion/trunk/notes/knobs Modified: subversion/trunk/Makefile.in URL: http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=1339266&r1=1339265&r2=1339266&view=diff ============================================================================== --- subversion/trunk/Makefile.in (original) +++ subversion/trunk/Makefile.in Wed May 16 17:02:23 2012 @@ -868,6 +868,6 @@ subversion/libsvn_wc/wc-queries.h: $(abs # This runs after the target of the same name in build-outputs.mk. INSTALL_EXTRA_TOOLS=\ $(MKDIR) $(DESTDIR)$(bindir); \ - test -n "$$SVN_TRY_THIS_AT_HOME" && \ + test -n "$$SVN_SVNMUCC_IS_SVNSYITF" && \ ln -sf svnmucc$(EXEEXT) $(DESTDIR)$(bindir)/svnsyitf$(EXEEXT); \ ln -sf $(DESTDIR)$(bindir)/svnmucc$(EXEEXT) $(DESTDIR)$(toolsdir)/svnmucc$(EXEEXT) Modified: subversion/trunk/notes/knobs URL: http://svn.apache.org/viewvc/subversion/trunk/notes/knobs?rev=1339266&r1=1339265&r2=1339266&view=diff ============================================================================== --- subversion/trunk/notes/knobs (original) +++ subversion/trunk/notes/knobs Wed May 16 17:02:23 2012 @@ -460,10 +460,10 @@ SVN_I_LIKE_LATENCY_SO_IGNORE_HTTPV2 advertisement of HTTPv2 protocol support (if any), effectively causing them to only speak our original HTTP protocol. -7.7 SVN_TRY_THIS_AT_HOME +7.7 SVN_SVNMUCC_IS_SVNSYITF - Scope: - Purpose: + Scope: 'make install-tools' + Purpose: Symlinks $prefix/bin/svnsyitf to $prefix/bin/svnmucc * (TODO: others)