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>


  54 
  55 #
  56 #       Include common rules.
  57 #
  58 include $(UTSBASE)/sparc/Makefile.sparc
  59 
  60 #
  61 # lint pass one enforcement
  62 #
  63 CFLAGS += $(CCVERBOSE)
  64 
  65 CERRWARN        += -_gcc=-Wno-parentheses
  66 CERRWARN        += -_gcc=-Wno-uninitialized
  67 CERRWARN        += -_gcc=-Wno-switch
  68 
  69 #
  70 #       Default build targets.
  71 #
  72 .KEEP_STATE:
  73 
  74 all:            $(ALL_DEPS)
  75 
  76 def:            $(DEF_DEPS)
  77 


  78 clean:          $(CLEAN_DEPS)
  79 
  80 clobber:        $(CLOBBER_DEPS)
  81 
  82 lint:           $(LINT_DEPS)
  83 
  84 modlintlib:     $(MODLINTLIB_DEPS)
  85 
  86 clean.lint:     $(CLEAN_LINT_DEPS)
  87 
  88 install:        $(INSTALL_DEPS)
  89 
  90 #
  91 #       Include common targets.
  92 #
  93 include $(UTSBASE)/sparc/Makefile.targ


  54 
  55 #
  56 #       Include common rules.
  57 #
  58 include $(UTSBASE)/sparc/Makefile.sparc
  59 
  60 #
  61 # lint pass one enforcement
  62 #
  63 CFLAGS += $(CCVERBOSE)
  64 
  65 CERRWARN        += -_gcc=-Wno-parentheses
  66 CERRWARN        += -_gcc=-Wno-uninitialized
  67 CERRWARN        += -_gcc=-Wno-switch
  68 
  69 #
  70 #       Default build targets.
  71 #
  72 .KEEP_STATE:
  73 


  74 def:            $(DEF_DEPS)
  75 
  76 all:            $(ALL_DEPS)
  77 
  78 clean:          $(CLEAN_DEPS)
  79 
  80 clobber:        $(CLOBBER_DEPS)
  81 
  82 lint:           $(LINT_DEPS)
  83 
  84 modlintlib:     $(MODLINTLIB_DEPS)
  85 
  86 clean.lint:     $(CLEAN_LINT_DEPS)
  87 
  88 install:        $(INSTALL_DEPS)
  89 
  90 #
  91 #       Include common targets.
  92 #
  93 include $(UTSBASE)/sparc/Makefile.targ