mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +00:00
make_ext.pl: Add some general comments
I found myself recently not knowing how to deal with the build system. Having these would have helped.
This commit is contained in:
parent
2fecb8b26f
commit
b83fde9727
@ -54,6 +54,14 @@ my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')';
|
||||
# '# XXX hack for dependency # ordering'
|
||||
# below.
|
||||
#
|
||||
# The basic logic is:
|
||||
# 1) if there's a Makefile.PL in git for the module, use it. and call make
|
||||
# 2) If not, auto-generate one (normally)
|
||||
# 3) unless the auto-generation code figures out that the extension is
|
||||
# *really* simple, in which case don't. This will be for pure perl
|
||||
# modules, and all that is needed to be done is to copy from the source
|
||||
# to the dest directories.
|
||||
#
|
||||
# It may be deleted in a later release of perl so try to
|
||||
# avoid using it for other purposes.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user