[PATCH] add NO_PERL_XS for environments which are not able to support perl extensions

DORMANTno replies

2 messages, 1 author, 2016-06-15 · open the first message on its own page

[PATCH] add NO_PERL_XS for environments which are not able to support perl extensions

From: Alex Riesen <hidden>
Date: 2016-06-15 22:42:35

At the moment, the only known example of such environment is Cygwin with
ActiveState Perl: Makefile, generated by the MakeMaker from ActiveState perl
distribution is not usable by cygwin's gmake.

Signed-off-by: Alex Riesen <redacted>
---
 Makefile |   39 +++++++++++++++++++++++++++++++++------
 1 files changed, 33 insertions(+), 6 deletions(-)

Re: [PATCH] add NO_PERL_XS for environments which are not able to support perl extensions

From: Alex Riesen <hidden>
Date: 2016-06-15 22:42:35

On 8/4/06, Alex Riesen [off-list ref] wrote:
At the moment, the only known example of such environment is Cygwin with
ActiveState Perl: Makefile, generated by the MakeMaker from ActiveState perl
distribution is not usable by cygwin's gmake.
Damn. Please add attached patch on top of the previous one. I broke
the normal, xs-supported, platforms.
diff --git a/Makefile b/Makefile
index 9cfd677..5d58eca 100644
--- a/Makefile
+++ b/Makefile
@@ -591,7 +591,9 @@ all:
 	$(MAKE) -C templates

 ifndef NO_PERL_XS
-all: perl/Makefile
+.PHONY: perl-dir
+all: perl-dir
+perl-dir: perl/Makefile
 	$(MAKE) -C perl
 endif
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help