git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Explain what 'ginstall' is
@ 2007-12-17 21:46 Andy Dougherty
  2007-12-18  1:21 ` Jakub Narebski
  0 siblings, 1 reply; 12+ messages in thread
From: Andy Dougherty @ 2007-12-17 21:46 UTC (permalink / raw)
  To: git

While trying git out on Solaris 8, the 'make install' step failed because
I don't have a 'ginstall' command.  After puzzling over it for a while,
I finally figured out that
    a)	it's referring to the 'install' command that is now part of the
	GNU coreutils package, and
    b)	it's probably unnecessary, as using the Solaris install command
	gave me the same results.  (However, I didn't do anything fancy,
	so it may be that in some scenarios using 'ginstall' matters.
	I didn't do anything other than a very simple test.)

Anyway, this patch documents it a tiny bit more.  Perhaps configure
should just go looking for a suitable install program instead of
assuming everyone has one.

--- git-1.5.4.rc0/Makefile	2007-12-12 21:29:16.000000000 -0500
+++ git-andy/Makefile	2007-12-17 15:15:12.000000000 -0500
@@ -416,6 +416,9 @@
 	NO_STRLCPY = YesPlease
 	NO_MEMMEM = YesPlease
 endif
+# For SunOS, this assumes you have ginstall from the
+# GNU coreutils package.  It's not clear whether that
+# is actually necessary.
 ifeq ($(uname_S),SunOS)
 	NEEDS_SOCKET = YesPlease
 	NEEDS_NSL = YesPlease

-- 
    Andy Dougherty		doughera@lafayette.edu

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

end of thread, other threads:[~2007-12-23  9:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 21:46 [PATCH] Explain what 'ginstall' is Andy Dougherty
2007-12-18  1:21 ` Jakub Narebski
2007-12-18  7:38   ` H.Merijn Brand
2007-12-18  8:20     ` Jakub Narebski
2007-12-18  8:38       ` H.Merijn Brand
2007-12-18  9:14         ` Jakub Narebski
2007-12-18 11:11           ` H.Merijn Brand
2007-12-18 12:32             ` Jakub Narebski
2007-12-18 13:32               ` H.Merijn Brand
2007-12-18 14:03                 ` Jakub Narebski
2007-12-18 14:27                   ` H.Merijn Brand
2007-12-23  9:01   ` Jan Hudec

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 NNTP newsgroup(s).