- Timestamp:
- Sep 4, 2010, 12:33:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/env.cmd
r132 r136 51 51 say ' -j Enable java launcher debug output' 52 52 say ' -o Enable Odin extended logging' 53 say ' -R Start commands in PRODUCT RELEASE environment' 53 54 54 55 if (UnderSE) then call EnvSet 'SE_CMD_ARGS', 'exit' … … 61 62 fJavaDebug = pos('j', aFlags) \= 0 62 63 fOdinLog = pos('o', aFlags) \= 0 64 fProductRelease = pos('R', aFlags) \= 0 65 66 if (fProductRelease) then fRelease = 1 63 67 64 68 /* running make? */ … … 154 158 call EnvSet 'DEV_ONLY' 155 159 call EnvSet 'DEVELOP' 160 end 161 162 if (fProductRelease) then do 163 call EnvSet 'ALT_OUTPUTDIR', UnixSlashes(ScriptDir'\openjdk\build-product-release') 156 164 end 157 165
Note:
See TracChangeset
for help on using the changeset viewer.