From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [ANNOUNCE] Stacked Git 0.15 Date: Mon, 26 Oct 2009 16:23:06 +0000 Message-ID: References: <20091026134915.GA1565@diana.vm.bytemark.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Jakub Narebski , Git Mailing List To: Karl Wiberg X-From: git-owner@vger.kernel.org Mon Oct 26 17:23:15 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2SLi-0003r9-Dn for gcvg-git-2@lo.gmane.org; Mon, 26 Oct 2009 17:23:14 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753640AbZJZQXE convert rfc822-to-quoted-printable (ORCPT ); Mon, 26 Oct 2009 12:23:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753523AbZJZQXE (ORCPT ); Mon, 26 Oct 2009 12:23:04 -0400 Received: from mail-fx0-f218.google.com ([209.85.220.218]:43305 "EHLO mail-fx0-f218.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753562AbZJZQXC convert rfc822-to-8bit (ORCPT ); Mon, 26 Oct 2009 12:23:02 -0400 Received: by fxm18 with SMTP id 18so12212451fxm.37 for ; Mon, 26 Oct 2009 09:23:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JNfPscVYQXzrOe14x19vrwF6c0+zveLTDJER45DosDE=; b=Dj4D6dBl52HFDf6pYXs1sZ6hrxKbddeh8JANTcflGUrn2Lh4oLW3CkLlpsSvBoUNa1 mxJfubR2o8XzUA+l0h0NuDquIgpg0J8M9BBuf11PH/fhCkeEtvKKBtWC5NpXUJD5WJL2 RAuJwweer6Q+ms0FT1xoEpq0PMDm0zPovJUdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=tOVesyxBoUQFSUpiQDNuYUrMkms/EmUVdiw523te01/xCbF9PHsJ3yF6hGn2v0RJoz 5Bqfe0bnUkzJPgHqDyxjNZwjUfFdW/m2TLLJEF0MfFEQzEtr1rLq0f34AUHbjGnEkAfk LdJlo4UqVzjucz44gLYkyUSZwBkYTr2OQG398= Received: by 10.223.132.210 with SMTP id c18mr2432746fat.31.1256574186320; Mon, 26 Oct 2009 09:23:06 -0700 (PDT) In-Reply-To: <20091026134915.GA1565@diana.vm.bytemark.co.uk> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 2009/10/26 Karl Wiberg : > On 2009-10-26 10:32:07 +0000, Catalin Marinas wrote: >> The problem was a bit more complicated than this. Some files are >> generated by the Makefile rather than setup.py so using the latter >> directly fails to build anything. >> >> So it's time for 0.15.1 this week with the fix below (in my >> "proposed" branch). I cc'ed Karl as well in case he has time to have >> a quick look. > > I don't have any objections, except ... [...] >> -test: build >> +test: >> =A0 =A0 =A0 cd t && $(MAKE) all > > ... don't we need to run "setup.py build" here in order to not change > the behavior? Good point. I updated the patch in the "proposed" branch. Thanks. --=20 Catalin