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


 104         @echo "resolving symbols against unix.o"
 105         @(cd $(UNIX_DIR); pwd; \
 106             CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
 107 
 108 $(ROOTSOFTLINKS): $(ROOTMODULE)
 109         $(RM) $@; $(SYMLINK) $(MODULE) $@
 110 
 111 #       Include common targets.
 112 #
 113 include $(UTSBASE)/sun4u/Makefile.targ
 114 
 115 #
 116 # For now, disable these lint checks; maintainers should endeavor
 117 # to investigate and remove these for maximum lint coverage.
 118 # Please do not carry these forward to new Makefiles.
 119 #
 120 LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
 121 LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
 122 LINTTAGS        += -erroff=E_BAD_FORMAT_STR2
 123 
 124 CERRWARN        += -_gcc=-Wno-uninitialized


 104         @echo "resolving symbols against unix.o"
 105         @(cd $(UNIX_DIR); pwd; \
 106             CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
 107 
 108 $(ROOTSOFTLINKS): $(ROOTMODULE)
 109         $(RM) $@; $(SYMLINK) $(MODULE) $@
 110 
 111 #       Include common targets.
 112 #
 113 include $(UTSBASE)/sun4u/Makefile.targ
 114 
 115 #
 116 # For now, disable these lint checks; maintainers should endeavor
 117 # to investigate and remove these for maximum lint coverage.
 118 # Please do not carry these forward to new Makefiles.
 119 #
 120 LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
 121 LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
 122 LINTTAGS        += -erroff=E_BAD_FORMAT_STR2
 123 
 124 CERRWARN        += $(CNOWARN_UNINIT)