From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.devel Subject: Working on master and branch_release-1-8 in the same repository Date: Mon, 9 Jun 2008 21:59:56 +0100 Message-ID: <49dd78620806091359h4d942bb1q367d6ab142b8cde2@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213045235 21381 80.91.229.12 (9 Jun 2008 21:00:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 21:00:35 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 09 23:01:16 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K5oU1-0002g0-M2 for guile-devel@m.gmane.org; Mon, 09 Jun 2008 23:00:53 +0200 Original-Received: from localhost ([127.0.0.1]:58187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5oTD-00010X-Mm for guile-devel@m.gmane.org; Mon, 09 Jun 2008 17:00:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5oTA-0000z6-S9 for guile-devel@gnu.org; Mon, 09 Jun 2008 17:00:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5oT9-0000xi-8L for guile-devel@gnu.org; Mon, 09 Jun 2008 17:00:00 -0400 Original-Received: from [199.232.76.173] (port=33953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5oT8-0000xe-Uc for guile-devel@gnu.org; Mon, 09 Jun 2008 16:59:59 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.176]:40225) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5oT8-0005AP-Kl for guile-devel@gnu.org; Mon, 09 Jun 2008 16:59:58 -0400 Original-Received: by py-out-1112.google.com with SMTP id p76so930376pyb.1 for ; Mon, 09 Jun 2008 13:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=YEUBvV+rfa/H1ZbzN1cxGf/hOaSb3U/F0quYSR1Gl20=; b=sjLyEtfHZ9+xJc6TMhm09ZYDCs8/dBInCjsFxpxfkDZ7XGD4OnnD41WVDSpMA2O0ON uq7Q1X4FIDiC8GFy8nISqUXMkKXu4q6oHcHaNQubCOGGzJ5aK16z8iJjQNTHyTaYHgyN brVd1RMDF0o52fZ4TP7FS8yFo4toRDqNJyQCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=lho77TogoREJGL8ciLIimqQ/1I13ztGQ8sdGq4A/DHzy8pYWNe8+jeHIKkyzW49miI 7SS0TC9Nxg+C5WK6EGsqdy0vHD2GhS5JvYxGTj7UasgR1nbxta+OuHJVlREx6XErEbWT 4Ydw3OOzmVBHJQexcZJU396tSpkvNBXNRdY4M= Original-Received: by 10.115.14.1 with SMTP id r1mr4029943wai.139.1213045197142; Mon, 09 Jun 2008 13:59:57 -0700 (PDT) Original-Received: by 10.114.197.8 with HTTP; Mon, 9 Jun 2008 13:59:56 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7310 Archived-At: I find that when switching from master to branch_release-1-8, I usually need to do a complete rebuild (i.e. make distclean, autogen, configure, make, make check). Do others find this too, or is there something clever I can do to avoid it and still be sure that I'm getting correct builds? Thanks, Neil