Print this page
11736 Stop using $VERSION for the genunix label
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Toomas Soome <tsoome@me.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/sda/Makefile
          +++ new/usr/src/uts/intel/sda/Makefile
↓ open down ↓ 64 lines elided ↑ open up ↑
  65   65  DEBUG_FLGS      =
  66   66  DEBUG_DEFS      += $(DEBUG_FLGS)
  67   67  
  68   68  #
  69   69  # lint pass one enforcement
  70   70  #  
  71   71  CFLAGS += $(CCVERBOSE)
  72   72  
  73   73  #
  74   74  # dependency on blkdev module, scope limiting mapfile
  75      -# Note that we have to allow CTFMERGE to use fuzzy matching
  76   75  #
  77   76  MAPFILE         = $(UTSBASE)/common/io/sdcard/impl/mapfile
  78   77  LDFLAGS         += -dy -Ndrv/blkdev -B reduce -M $(MAPFILE)
  79      -CTFMRGFLAGS     += -f
  80   78  
  81   79  # needs work
  82   80  SMOFF += all_func_returns
  83   81  
  84   82  #
  85   83  #       Default build targets.
  86   84  #
  87   85  .KEEP_STATE:
  88   86  
  89   87  def:            $(DEF_DEPS)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX