author | Petr Baudis <pasky@suse.cz> | |
Sun, 25 Jun 2006 01:35:12 +0000 (18:35 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 00:14:42 +0000 (17:14 -0700) | ||
commit | d595a473ee628d0f88989d06871d9752caafa7e9 | |
tree | e06418029e09256d4e82c8d6bf0a41357cf9b1ac | tree | snapshot |
parent | 523bbaa4580a103b0994b5e3c71efcb1a8c6a7db | commit | diff |
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>
- 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>
Makefile | diff | blob | history | |
perl/Git.xs | diff | blob | history | |
perl/Makefile.PL | diff | blob | history |