[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.49 and 1.50

version 1.49, 2001/06/27 06:16:48 version 1.50, 2001/06/27 18:09:26
Line 27 
Line 27 
 .endif  .endif
 # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols  # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols
 DEBUGLIBS?=     no  DEBUGLIBS?=     no
   # Set toolchain for libdl and other "differences"
   .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc")
   ELF_TOOLCHAIN?= yes
   .else
   ELF_TOOLCHAIN?= no
   .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

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50