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>


  55 #
  56 #       Define targets
  57 #
  58 ALL_TARGET      = $(BINARY)
  59 LINT_TARGET     = $(MODULE).lint
  60 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  61 
  62 #
  63 #       Overrides.
  64 #
  65 DEBUG_FLGS      =
  66 DEBUG_DEFS      += $(DEBUG_FLGS)
  67 
  68 #
  69 # lint pass one enforcement
  70 #  
  71 CFLAGS += $(CCVERBOSE)
  72 
  73 #
  74 # dependency on blkdev module, scope limiting mapfile
  75 # Note that we have to allow CTFMERGE to use fuzzy matching
  76 #
  77 MAPFILE         = $(UTSBASE)/common/io/sdcard/impl/mapfile
  78 LDFLAGS         += -dy -Ndrv/blkdev -B reduce -M $(MAPFILE)
  79 CTFMRGFLAGS     += -f
  80 
  81 # needs work
  82 SMOFF += all_func_returns
  83 
  84 #
  85 #       Default build targets.
  86 #
  87 .KEEP_STATE:
  88 
  89 def:            $(DEF_DEPS)
  90 
  91 all:            $(ALL_DEPS)
  92 
  93 clean:          $(CLEAN_DEPS)
  94 
  95 clobber:        $(CLOBBER_DEPS)
  96 
  97 lint:           $(LINT_DEPS)
  98 
  99 modlintlib:     $(MODLINTLIB_DEPS)


  55 #
  56 #       Define targets
  57 #
  58 ALL_TARGET      = $(BINARY)
  59 LINT_TARGET     = $(MODULE).lint
  60 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  61 
  62 #
  63 #       Overrides.
  64 #
  65 DEBUG_FLGS      =
  66 DEBUG_DEFS      += $(DEBUG_FLGS)
  67 
  68 #
  69 # lint pass one enforcement
  70 #  
  71 CFLAGS += $(CCVERBOSE)
  72 
  73 #
  74 # dependency on blkdev module, scope limiting mapfile

  75 #
  76 MAPFILE         = $(UTSBASE)/common/io/sdcard/impl/mapfile
  77 LDFLAGS         += -dy -Ndrv/blkdev -B reduce -M $(MAPFILE)

  78 
  79 # needs work
  80 SMOFF += all_func_returns
  81 
  82 #
  83 #       Default build targets.
  84 #
  85 .KEEP_STATE:
  86 
  87 def:            $(DEF_DEPS)
  88 
  89 all:            $(ALL_DEPS)
  90 
  91 clean:          $(CLEAN_DEPS)
  92 
  93 clobber:        $(CLOBBER_DEPS)
  94 
  95 lint:           $(LINT_DEPS)
  96 
  97 modlintlib:     $(MODLINTLIB_DEPS)