Prepared by: | tbell on Wed Jul 18 21:19:21 PDT 2012 |
---|---|
Contributed by: | volker.simonis@gmail.com |
Reviewed by: | jcoomes, ... |
Workspace: | /x/jdk8/7181175/hotspot |
Summary: | This fix is the minimum number of Makefile changes to enable building HotSpot with MinGW/MSYS instead of MKS or Cygwin as the Unix-like shell. The changes are related to using '/' as a path separator instead of '\'. To enable this, Windows command options are introduced with '-' instead of '/'. For more informaton, refer to: Posix path conversion in the MinGW documentation |
References: |
The original email thread on the build-dev list Code Review for MinGW_MSYS_hotspot by Volker Simonis |
Summary of changes: | 54 lines changed: 13 ins; 0 del; 41 mod; 551 unchg |
Patch of changes: | hotspot.patch |
Legend: |
Modified file Deleted file New file |
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
make/windows/makefiles/defs.make
20 lines changed: 13 ins; 0 del; 7 mod; 299 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
make/windows/makefiles/rules.make
6 lines changed: 0 ins; 0 del; 6 mod; 69 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
make/windows/makefiles/sa.make
25 lines changed: 0 ins; 0 del; 25 mod; 116 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
make/windows/makefiles/shared.make
3 lines changed: 0 ins; 0 del; 3 mod; 67 unchg
This code review page was prepared using /x/jdk8/7152336-closed/make/scripts/webrev.ksh (vers 23.18-hg).