Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/efcode/Makefile.efcode
          +++ new/usr/src/lib/efcode/Makefile.efcode
↓ open down ↓ 42 lines elided ↑ open up ↑
  43   43  MAPFILES =
  44   44  
  45   45  CPPFLAGS += -DDEBUG -DFCODE_INTERNAL
  46   46  CPPFLAGS += -I $(SRC)/lib/efcode/include -I $(ROOT)/usr/platform/sun4u/include
  47   47  DYNFLAGS += -R\$$ORIGIN
  48   48  
  49   49  CERRWARN += -_gcc=-Wno-unused-variable
  50   50  CERRWARN += -_gcc=-Wno-unused-function
  51   51  CERRWARN += -_gcc=-Wno-unused-value
  52   52  CERRWARN += -_gcc=-Wno-parentheses
  53      -CERRWARN += -_gcc=-Wno-uninitialized
       53 +CERRWARN += $(CNOWARN_UNINIT)
  54   54  CERRWARN += -_gcc=-Wno-type-limits
  55   55  
  56   56  EFCODE64DIR = /usr/lib/efcode/$(MACH64)
  57   57  ROOTLIBDIR = $(ROOT)/usr/lib/efcode
  58   58  ROOTLIBDIR64 = $(ROOT)/usr/lib/efcode/$(MACH64)
  59   59  ROOTSYMLINKS64 = $(SYMLINKS:%=$(ROOTLIBDIR64)/%)
  60   60  
  61   61  #
  62   62  # Since a number of efcode shared objects depend on fcode.so, fcdriver.so, and
  63   63  # fcpackage.so, provide macros that expand to their full paths.
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX