Print this page
Reduce lint

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/lx_brand/Makefile
          +++ new/usr/src/uts/intel/lx_brand/Makefile
↓ open down ↓ 69 lines elided ↑ open up ↑
  70   70  
  71   71  LDFLAGS         += -dy -Nexec/elfexec -Nfs/fifofs -Nfs/sockfs -Ndrv/ip -Nfs/zfs
  72   72  
  73   73  #
  74   74  # For now, disable these lint checks; maintainers should endeavor
  75   75  # to investigate and remove these for maximum lint coverage.
  76   76  # Please do not carry these forward to new Makefiles.
  77   77  #
  78   78  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  79   79  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
       80 +LINTTAGS        += -erroff=E_TRUE_LOGICAL_EXPR
  80   81  
  81   82  #
  82   83  #       Default build targets.
  83   84  #
  84   85  .KEEP_STATE:
  85   86  
  86   87  def:            $(DEF_DEPS)
  87   88  
  88   89  all:            $(ALL_DEPS)
  89   90  
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX