From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Rodriguez Subject: Re: Installing on AIX fails Date: Sat, 5 Jun 2010 18:59:01 -0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Tor Arntsen , git@vger.kernel.org To: Jakub Narebski X-From: git-owner@vger.kernel.org Sat Jun 05 23:59:12 2010 connect(): No such file or directory Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OL1OZ-0003aC-Q9 for gcvg-git-2@lo.gmane.org; Sat, 05 Jun 2010 23:59:12 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933317Ab0FEV7F (ORCPT ); Sat, 5 Jun 2010 17:59:05 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:53097 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933174Ab0FEV7C (ORCPT ); Sat, 5 Jun 2010 17:59:02 -0400 Received: by bwz11 with SMTP id 11so627607bwz.19 for ; Sat, 05 Jun 2010 14:59:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=5Di9BfKz+KapOtqmaWEj5MNJqq9m/eXJLABf+VFpX2A=; b=NlA4DtxhAy0C4AGf5JLJnAbIae38unrub1Wy9jkqD3eHhFnNNdjBfkleOiO652WNpA 4dgmu308UzEhL0Vmg+6lonm8hDSGGu8bJrBY77N1WYnIhRwtaYy+VOeCeLXQkmwrhuzd 0R6tTVr+2rHO1QkfmBhP2ZonglhwjAs0cgQ5c= 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; b=LYa4Rf1ln/ZF9jYBfC0hOqUzuKRXm+FkDYOLP+0dmvhRNhQqBnyNdb1XljxUX5F+ak Yy6sa+RwawQMhtivq4vXBl2HjREUJRRivOVjH5Kzu+quSqe+9ibR7q/yPfVdDf8bvlT+ P1cmXjV9ggrx8ATxvld8f83npQlMQ+uPMrxtE= Received: by 10.204.10.134 with SMTP id p6mr5237886bkp.165.1275775141393; Sat, 05 Jun 2010 14:59:01 -0700 (PDT) Received: by 10.204.18.207 with HTTP; Sat, 5 Jun 2010 14:59:01 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sat, Jun 5, 2010 at 8:44 AM, Jakub Narebski wrote: > Tor Arntsen writes: >> On Fri, Jun 4, 2010 at 16:22, Dario Rodriguez wrote: > >> > I'ill try compiling 'install' (i don't know where the sources are) >> >> It's in 'coreutils' these days, but that package includes a lot of stuff. >> >> Maybe you could get away with just using the script-version of install >> which comes with coreutils itself (because it'll need an install tool >> to use before 'install' itself is installed..). >> >> I'm attaching a copy. To use it it should be sufficient to use >> INSTALL=path-to/install-sh make install >> or something like that. > > I wonder if it would be better to simply include fallback portable > install-sh in git sources. > > BTW. shouldn't we define and use INSTALL_D in Makefile? > > -- > Jakub Narebski > Poland > ShadeHawk on #git > I think so about the install-sh, but about the Makefiles I wonder if it's not better to reuse current INSTALL, maybe if install-sh is used, then there is no need for using other 'install' program, excepting the case in wich the user sets INSTALL commandline. Blessing, Dario