GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PURE-PERL-MAKE(1) User Contributed Perl Documentation PURE-PERL-MAKE(1)

pure-perl-make - a perl 'make' replacement

  pure-perl-make [-D] [-n] [-p] [-g] [-f Makefile] [-C directory]
    [--analyse-redundancy]
    [targets] [vars]

Performs the same function as make(1) but is written entirely in perl. A subset of GNU make extensions is supported. For details see Make for the underlying perl module.

Don't build, just "DumperX" in Data::Dumper the Make object.

Don't build, just print what building would have done.

Don't build, just print the expanded makefile.

Turn on "GNU" in Make.

See if there are direct dependencies that are redundant with indirect dependencies. E.g.:

    all: L1 L2 # no need to specify L2
    L1: L2

No -k flag

Make, make(1), Graph

Nick Ing-Simmons
2020-12-06 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.