Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 120556
Status: rejected
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: KES [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: No 'build' target for autogenerated Makefile (from Makefile.PL, from Build.PL)
Hi I have in my Build.PL create_makefile_pl => 'passthrough' but when I switch to 'traditional' I can not build module: make: *** No rule to make target 'build'. Stop. https://github.com/KES777/XS-Utils perl Build.PL ./Build distmeta perl Makefile.PL make make build
Subject: Re: [rt.cpan.org #120556] No 'build' target for autogenerated Makefile (from Makefile.PL, from Build.PL)
Date: Tue, 14 Mar 2017 21:04:30 +0100
To: bug-Module-Build [...] rt.cpan.org
From: Leon Timmermans <leont [...] cpan.org>
On Wed, Mar 8, 2017 at 4:15 PM, Eugen Konkov via RT < bug-Module-Build@rt.cpan.org> wrote: Show quoted text
> Wed Mar 08 10:15:20 2017: Request 120556 was acted upon. > Transaction: Ticket created by KES > Queue: Module-Build > Subject: No 'build' target for autogenerated Makefile (from > Makefile.PL, > from Build.PL) > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: KES@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=120556 > > > > Hi > > I have in my Build.PL create_makefile_pl => 'passthrough' but when I > switch to 'traditional' I can not build module: > > make: *** No rule to make target 'build'. Stop. > > https://github.com/KES777/XS-Utils > > perl Build.PL > ./Build distmeta > perl Makefile.PL > make > make build >
I don't think it suggests anywhere that such a target will exist in a traditional Makefile. Nor would I know why it would be useful (the default all target does the same as MB's build target). Rejecting as not-a-bug. Leon