Print this page
NEX-7937 console.7d shouldn't be packaged in storage/svm
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-1645 building debug mpt_sas with bldenv fails
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-4418 SATA inquiry property generation doesn't work as advertised
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/mpt_sas/Makefile
          +++ new/usr/src/uts/sparc/mpt_sas/Makefile
↓ open down ↓ 63 lines elided ↑ open up ↑
  64   64  
  65   65  CERRWARN        += -_gcc=-Wno-parentheses
  66   66  CERRWARN        += -_gcc=-Wno-uninitialized
  67   67  CERRWARN        += -_gcc=-Wno-switch
  68   68  
  69   69  #
  70   70  #       Default build targets.
  71   71  #
  72   72  .KEEP_STATE:
  73   73  
  74      -all:            $(ALL_DEPS)
  75      -
  76   74  def:            $(DEF_DEPS)
  77   75  
       76 +all:            $(ALL_DEPS)
       77 +
  78   78  clean:          $(CLEAN_DEPS)
  79   79  
  80   80  clobber:        $(CLOBBER_DEPS)
  81   81  
  82   82  lint:           $(LINT_DEPS)
  83   83  
  84   84  modlintlib:     $(MODLINTLIB_DEPS)
  85   85  
  86   86  clean.lint:     $(CLEAN_LINT_DEPS)
  87   87  
  88   88  install:        $(INSTALL_DEPS)
  89   89  
  90   90  #
  91   91  #       Include common targets.
  92   92  #
  93   93  include $(UTSBASE)/sparc/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX