[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.116 and 1.117

version 1.116, 2012/04/12 11:22:14 version 1.117, 2012/08/14 20:11:37
Line 53 
Line 53 
 .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.116  
changed lines
  Added in v.1.117