git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* perl/Makefile if MakeMaker is not installed (NO_PERL_MAKEMAKER)
@ 2008-06-13 22:35 Lea Wiemann
  0 siblings, 0 replies; only message in thread
From: Lea Wiemann @ 2008-06-13 22:35 UTC (permalink / raw)
  To: Git Mailing List

I just wanted to report that Git.pm is installed to $(prefix)/lib if 
NO_PERL_MAKEMAKER is set, which doesn't seem right.

$ make NO_PERL_MAKEMAKER=yes prefix=$HOME/tmp/git-install install
[...]
$ find ~/tmp/git-install -name \*.pm
/home/lea/tmp/git-install/lib/Git.pm
/home/lea/tmp/git-install/lib/Error.pm

Without NO_PERL_MAKEMAKER, it works fine:

$ make clean
$ rm ~/tmp/git-install -r
$ make prefix=$HOME/tmp/git-install install
[...]
$ find ~/tmp/git-install -name \*.pm
/home/lea/tmp/git-install/share/perl/5.10.0/Git.pm

-- Lea

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-13 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 22:35 perl/Makefile if MakeMaker is not installed (NO_PERL_MAKEMAKER) Lea Wiemann

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).