Print this page
Test of DTrace assert probes

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/keysock/Makefile
          +++ new/usr/src/uts/intel/keysock/Makefile
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67  # For now, disable these lint checks; maintainers should endeavor
  68   68  # to investigate and remove these for maximum lint coverage.
  69   69  # Please do not carry these forward to new Makefiles.
  70   70  #
  71   71  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  72   72  LINTTAGS        += -erroff=E_STATIC_UNUSED
  73   73  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  74   74  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  75   75  
  76   76  CERRWARN        += -_gcc=-Wno-unused-variable
       77 +CFLAGS          += -DKEBE
  77   78  
  78   79  #
  79   80  #       Default build targets.
  80   81  #
  81   82  .KEEP_STATE:
  82   83  
  83   84  def:            $(DEF_DEPS)
  84   85  
  85   86  all:            $(ALL_DEPS) $(SISCHECK_DEPS)
  86   87  
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX