From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sverre Rabbelier Subject: Re: ks/precompute-completion Date: Fri, 23 Oct 2009 15:22:54 -0500 Message-ID: References: <7veiovly35.fsf@alter.siamese.dyndns.org> <4AE0DAB3.1030103@gmail.com> <4AE0E542.8010501@gmail.com> <7vd44eaqc5.fsf@alter.siamese.dyndns.org> <7v1vktc1uk.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Junio C Hamano , gitzilla@gmail.com, git@vger.kernel.org, "Shawn O. Pearce" , Kirill Smelkov , Stephen Boyd To: Jakub Narebski X-From: git-owner@vger.kernel.org Fri Oct 23 22:25:11 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 1N1QhC-00036Z-Pc for gcvg-git-2@lo.gmane.org; Fri, 23 Oct 2009 22:25:11 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751746AbZJWUXM (ORCPT ); Fri, 23 Oct 2009 16:23:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751395AbZJWUXL (ORCPT ); Fri, 23 Oct 2009 16:23:11 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:58661 "EHLO mail-ew0-f208.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbZJWUXL (ORCPT ); Fri, 23 Oct 2009 16:23:11 -0400 Received: by ewy4 with SMTP id 4so1994937ewy.37 for ; Fri, 23 Oct 2009 13:23:14 -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 :from:date:message-id:subject:to:cc:content-type; bh=oKZCB86c4py1F7DfVAXFoVNa6Ghf9tO5Yya3HM698q0=; b=Hqxyh/W4kJIMJOULAmAUkQ/83yP6FsHwtUXNynzJnS33RCYI8Jug5ALJLQS7UQw2V9 TY53TXNuK9RCitvPcb8np2QAAI6g39Gv4zb6tSnVIRwfI+F2aMNbLXLTto0SXkGoHwL0 WAI4HJmga+kHBaGYq+6vXyhw0/o7Zp9KbKRFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=OciOgUvjRlsKV6cPp2hNyd7eAcX6jzeT38WbnkfkXMLFKNmATQ7z3/poFJbKOAPFOX ZwHbUebN7WhZpOEe7NWVw2U7Cpf9NX8GShB00ULczDiL18y0O1D7H8lzG361cwbz/jlg m+m4u5Q+EAu7NmyMNfdYEe3Ru8cZ/82w6/7Lo= Received: by 10.216.87.79 with SMTP id x57mr3938675wee.83.1256329394088; Fri, 23 Oct 2009 13:23:14 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Heya, On Fri, Oct 23, 2009 at 15:20, Jakub Narebski wrote: > (and not make this target part of "make all") But that I can already do through 'make contrib/completion/Makefile', what I want is to not have to worry about doing that whenever I update my git install (that is, the same way as it was before it became pre-computed). -- Cheers, Sverre Rabbelier