RFR 6997010: Consolidate java.security files into one file with	modifications
    Erik Joelsson 
    erik.joelsson at oracle.com
       
    Wed Aug  6 09:28:56 UTC 2014
    
    
  
On 2014-08-06 11:14, Weijun Wang wrote:
> On 8/6/2014 17:04, Erik Joelsson wrote:
>> Speaking of indentation, please also change the ifdef bodies to 2 
>> spaces.
>
> Sure. Whenever I edit a Makefile, I dare not use spaces and always use 
> TABs. Obviously an ifdef does not need it.
>
The tab character unfortunately has significance in make, so we 
carefully differentiate between using space and tab when it's 
appropriate. A tab in the wrong place can also cause trouble.
/Erik
> Thanks
> Max
    
    
More information about the build-dev
mailing list