Re: [PATCH 1/2] move Git.pm build instructions into perl/Makefile
From: Junio C Hamano <hidden>
Date: 2016-08-11 19:21:10
"Alex Riesen" [off-list ref] writes:
Signed-off-by: Alex Riesen <redacted> --- This is the first patch, just rebased upon current master. The ActiveState-related parts follow
Huh? Ah, attachment that is not inline.
diff --git a/perl/.gitignore b/perl/.gitignore
index e990cae..98b2477 100644
--- a/perl/.gitignore
+++ b/perl/.gitignore@@ -1,4 +1,5 @@ -Makefile +perl.mak +perl.mak.old blib blibdirs pm_to_blib
This, and perl/Makefile not cleaning perl.mak.old, are wrong. "make && make clean" after a fresh checkout should leave the working tree the same state is it were.