diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-10 20:52:49 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-10 20:52:49 +0100 |
commit | 3d39cce8f66ca265dff2b19ce5ccc53db1cf70db (patch) | |
tree | 96174cf3dbb61eebd4178c16aa55da14d481ffe1 /win32 | |
parent | b63f993a0f2d0e68511d302461f39bcff1580432 (diff) | |
download | perl-3d39cce8f66ca265dff2b19ce5ccc53db1cf70db.tar.gz |
Update comments about regen_config_h target
(Support for disabling HAS_CRYPT via Makefile options was removed
by commit 9cef830622, so building with a "minimal configuration" no
longer involves switching that option off.)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 5fd2f9812e..fc795e95a8 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -843,7 +843,7 @@ config.w32 : $(CFGSH_TMPL) # this target is for when changes to the main config.sh happen. # edit config.vc, then make perl in a minimal configuration (i.e. with MULTI, -# ITHREADS, IMP_SYS, LARGE_FILES, PERLIO and CRYPT off), then make this target +# ITHREADS, IMP_SYS, LARGE_FILES and PERLIO off), then make this target # to regenerate config_H.vc. # repeat for config.vc64 and config_H.vc64 if you have a suitable build # environment, otherwise hand-edit them to maintain the same differences with diff --git a/win32/makefile.mk b/win32/makefile.mk index f23d8fa8b2..211273e5ac 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1046,7 +1046,7 @@ config.w32 : $(CFGSH_TMPL) # this target is for when changes to the main config.sh happen. # edit config.gc, then make perl using GCC in a minimal configuration (i.e. -# with MULTI, ITHREADS, IMP_SYS, LARGE_FILES, PERLIO and CRYPT off), then make +# with MULTI, ITHREADS, IMP_SYS, LARGE_FILES and PERLIO off), then make # this target to regenerate config_H.gc. # unfortunately, some further manual editing is also then required to restore all # the special _MSC_VER handling that is otherwise lost. |