mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 14:32:15 +08:00
Add note about prompts from Makefile.PL
This commit is contained in:
parent
80cb1573c3
commit
ca6737cc90
@ -656,6 +656,20 @@ specified license) can then be conditionally included in `%files`:
|
|||||||
%doc %{name}-make.test.log
|
%doc %{name}-make.test.log
|
||||||
|
|
||||||
|
|
||||||
|
Disabling Makefile.PL Prompts
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
Sometimes a Makefile.PL script will want user interaction. To just
|
||||||
|
accept the defaults, add the line:
|
||||||
|
|
||||||
|
PERL_MM_USE_DEFAULT=1 \
|
||||||
|
|
||||||
|
directly above the `perl Makefile.PL` line.
|
||||||
|
|
||||||
|
See the `ExtUtils::MakeMaker` documentation for more information.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
End Notes
|
End Notes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user