diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-10 21:02:58 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-10 21:02:58 +0100 |
commit | e5f60eac5cc3e1455d43f445ad19dc58277d8466 (patch) | |
tree | b7f01e2e0c9c8eab0567d6df0603ad31080430d1 /win32 | |
parent | 3d39cce8f66ca265dff2b19ce5ccc53db1cf70db (diff) | |
download | perl-e5f60eac5cc3e1455d43f445ad19dc58277d8466.tar.gz |
Another update to comments about regen_config_h target
(Support for gc64nox was added to the vc64 configurations by commit
925798f29c, and the gc64 and gc64nox files were not mentioned at all)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 4 | ||||
-rw-r--r-- | win32/makefile.mk | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index fc795e95a8..8325689fa5 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -845,11 +845,11 @@ config.w32 : $(CFGSH_TMPL) # edit config.vc, then make perl in a minimal configuration (i.e. with MULTI, # ITHREADS, IMP_SYS, LARGE_FILES and PERLIO off), then make this target # to regenerate config_H.vc. +# unfortunately, some further manual editing is also then required to restore all +# the special __GNUC__ handling that is otherwise lost. # 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 # config.vc and config_H.vc as before. -# unfortunately, some further manual editing is also then required to restore all -# the special __GNUC__ handling that is otherwise lost. regen_config_h: $(MINIPERL) -I..\lib config_sh.PL $(CFG_VARS) $(CFGSH_TMPL) > ..\config.sh $(MINIPERL) -I..\lib ..\configpm --chdir=.. diff --git a/win32/makefile.mk b/win32/makefile.mk index 211273e5ac..236b30b53a 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1050,6 +1050,9 @@ config.w32 : $(CFGSH_TMPL) # 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. +# repeat for config.gc64 and config_H.gc64, and again for config.gc64nox and +# config_H.gc64nox, if you have suitable build environments, otherwise hand-edit +# them to maintain the same differences with config.gc and config_H.gc as before. regen_config_h: $(MINIPERL) -I..\lib config_sh.PL --cfgsh-option-file $(mktmp $(CFG_VARS)) \ $(CFGSH_TMPL) > ..\config.sh |