1
0
mirror of https://github.com/git/git.git synced 2024-09-22 04:20:47 +02:00
git/perl
Petr Baudis d595a473ee Git.pm: assorted build related fixes.
- We passed our own *.a archives as LIBS to the submake that runs
   in perl/; separate LIBS and EXTLIBS and pass the latter which
   tells what the system libraries are used.

 - The quoting of preprocesor symbol definitions passed down to
   perl/ submake was loose and we lost double quotes around
   include directives.  Use *_SQ to quote them properly.

 - The installation location of perl/ submake is not
   architecture neutral anymore, so use SITEARCH instead of
   SITELIB.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-07-02 17:14:42 -07:00
..
.gitignore Introduce Git.pm (v4) 2006-07-02 17:14:40 -07:00
Error.pm Add Error.pm to the distribution 2006-07-02 17:14:40 -07:00
Git.pm Git.pm: Add support for subdirectories inside of working copies 2006-07-02 17:14:41 -07:00
Git.xs Git.pm: assorted build related fixes. 2006-07-02 17:14:42 -07:00
Makefile.PL Git.pm: assorted build related fixes. 2006-07-02 17:14:42 -07:00