Prepared by: | tbell on Fri Aug 3 10:55:21 PDT 2012 |
---|---|
Contributed by: | volker.simonis@gmail.com |
Reviewed by: | jcoomes, dcubed, ... |
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: | 57 lines changed: 15 ins; 0 del; 42 mod; 550 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
8 lines changed: 1 ins; 0 del; 7 mod; 68 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
4 lines changed: 1 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).