[BACK]Return to bsd.own.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.own.mk between version 1.173 and 1.174

version 1.173, 2016/03/09 16:28:47 version 1.174, 2016/07/04 17:56:54
Line 45 
Line 45 
 .endif  .endif
 .endfor  .endfor
   
 .if ${COMPILER_VERSION} == "gcc4"  
 VISIBILITY_HIDDEN?=-fvisibility=hidden  
 .endif  
   
 # where the system object and source trees are kept; can be configurable  # where the system object and source trees are kept; can be configurable
 # by the user in case they want them in ~/foosrc and ~/fooobj, for example  # by the user in case they want them in ~/foosrc and ~/fooobj, for example
 BSDSRCDIR?=     /usr/src  BSDSRCDIR?=     /usr/src

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174