Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261327AbVDZFSu (ORCPT ); Tue, 26 Apr 2005 01:18:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261325AbVDZFSm (ORCPT ); Tue, 26 Apr 2005 01:18:42 -0400 Received: from iabervon.org ([66.92.72.58]:7941 "EHLO iabervon.org") by vger.kernel.org with ESMTP id S261320AbVDZFSd (ORCPT ); Tue, 26 Apr 2005 01:18:33 -0400 Date: Tue, 26 Apr 2005 01:18:32 -0400 (EDT) From: Daniel Barkalow To: Jeff Garzik cc: pasky@ucw.cz, git@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [ANNOUNCE] Cogito-0.8 (former git-pasky, big changes!) In-Reply-To: <426DCA75.901@pobox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1032 Lines: 31 On Tue, 26 Apr 2005, Jeff Garzik wrote: > tar xvfj $x > cd x > make > ... > gcc -g -O2 -Wall '-DSHA1_HEADER=' -o rpull rpull.c > libgit.a rsh.c -lz -lssl > gcc -g -O2 -Wall '-DSHA1_HEADER=' -o rev-list rev-list.c > libgit.a -lz -lssl > gcc -g -O2 -Wall '-DSHA1_HEADER=' -o git-mktag > git-mktag.c libgit.a -lz -lssl > gcc -g -O2 -Wall '-DSHA1_HEADER=' -o diff-tree-helper > diff-tree-helper.c libgit.a -lz -lssl > make: commit-id: Command not found > Generating cg-version... > > So, it still complains about commit-id In this case, it would complain about .git/HEAD even if it found commit-id. The right solution is probably to suppress that part if there's no .git/HEAD. -Daniel *This .sig left intentionally blank* - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/