]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Make perl/ build procedure ActiveState friendly.
authorAlex Riesen <raa.lkml@gmail.com>
Mon, 4 Dec 2006 09:50:04 +0000 (10:50 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 4 Dec 2006 21:39:32 +0000 (13:39 -0800)
commitf848718a6980ebda0eb5afb2ca49c3bc1e7b2b1d
treedf11ad6d55e24795af887e69bd07c887136cd7ce
parent396db813f2e9b56460cd783c73daf15150e36b41
Make perl/ build procedure ActiveState friendly.

On Cygwin + ActivateState Perl, Makefile generated with
MakeMaker is not usable because of line-endings and
back-slashes.

This teaches perl/Makefile to write a handcrafted equivalent
perl.mak file with 'make NO_PERL_MAKEMAKER=NoThanks'.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
perl/.gitignore
perl/Makefile [new file with mode: 0644]