git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* sunos nay install nay ginstall nay
@ 2008-04-05  5:07 Jan Engelhardt
  2008-04-05 11:53 ` Miklos Vajna
  2008-04-05 12:08 ` Jakub Narebski
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Engelhardt @ 2008-04-05  5:07 UTC (permalink / raw)
  To: git

Hi,


I found myself in a position to compile Git on Nexenta, and ran into the 
incredibly smart Makefile logic to pick "ginstall" when `uname -s` 
equals SunOS. Except that on GNU/*, it's install, not ginstall.
Would not it be time to completely use automake?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: sunos nay install nay ginstall nay
  2008-04-05  5:07 sunos nay install nay ginstall nay Jan Engelhardt
@ 2008-04-05 11:53 ` Miklos Vajna
  2008-04-05 12:08 ` Jakub Narebski
  1 sibling, 0 replies; 3+ messages in thread
From: Miklos Vajna @ 2008-04-05 11:53 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

On Sat, Apr 05, 2008 at 07:07:53AM +0200, Jan Engelhardt <jengelh@computergmbh.de> wrote:
> I found myself in a position to compile Git on Nexenta, and ran into the 
> incredibly smart Makefile logic to pick "ginstall" when `uname -s` equals 
> SunOS. Except that on GNU/*, it's install, not ginstall.

afaik, GNU/* has ginstall as well.

at least this is what i have here:

$ ls -l `which ginstall`
lrwxrwxrwx 1 root root 7 Mar  9 23:10 /usr/bin/ginstall -> install*

> Would not it be time to completely use automake?

or maybe time to fix your system :)

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: sunos nay install nay ginstall nay
  2008-04-05  5:07 sunos nay install nay ginstall nay Jan Engelhardt
  2008-04-05 11:53 ` Miklos Vajna
@ 2008-04-05 12:08 ` Jakub Narebski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Narebski @ 2008-04-05 12:08 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: git

Jan Engelhardt <jengelh@computergmbh.de> writes:

> I found myself in a position to compile Git on Nexenta, and ran into
> the incredibly smart Makefile logic to pick "ginstall" when `uname -s`
> equals SunOS. Except that on GNU/*, it's install, not ginstall.
> Would not it be time to completely use automake?

First, you can use ./configure when installing git, but as a way to
set Makefile variables rather than as a way to build Makefile.  By
decision autoconf is _optional_.

Now autoconf macro AC_PROG_INSTALL requires to have ubstall-sh or
install.sh fallback script version of install in sources.  We need to
have minimal version; it doesn't need to be insanely portable, just as
portable as git would be enough.  So if you are interested in
./configure detecting proper 'install' binary (or fallback to script),
please propose (e.g. via patch) some install.sh to use.


Second, you can always use INSTALL=install when compiling, or set it
up in config.mak, the Makefile configuration file.

-- 
Jakub Narebski
Poland
ShadeHawk on #git

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-05 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-05  5:07 sunos nay install nay ginstall nay Jan Engelhardt
2008-04-05 11:53 ` Miklos Vajna
2008-04-05 12:08 ` Jakub Narebski

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).