Print this page
8626 make pcplusmp and apix warning-free
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/apix/Makefile
          +++ new/usr/src/uts/i86pc/apix/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  57   57  
  58   58  DEBUG_FLGS      =
  59   59  $(NOT_RELEASE_BUILD)DEBUG_DEFS  += $(DEBUG_FLGS)
  60   60  
  61   61  #
  62   62  # Depends on ACPI CA interpreter
  63   63  #
  64   64  LDFLAGS         += -dy -N misc/acpica
  65   65  
  66      -CERRWARN        += -_gcc=-Wno-uninitialized
  67      -CERRWARN        += -_gcc=-Wno-unused-function
  68      -
  69   66  #
  70   67  #       Default build targets.
  71   68  #
  72   69  .KEEP_STATE:
  73   70  
  74   71  def:            $(DEF_DEPS)
  75   72  
  76   73  all:            $(ALL_DEPS)
  77   74  
  78   75  clean:          $(CLEAN_DEPS)
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX