Print this page
4265 remove INTERNAL_RELEASE_BUILD

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libconv/Makefile.com
          +++ new/usr/src/cmd/sgs/libconv/Makefile.com
↓ open down ↓ 105 lines elided ↑ open up ↑
 106  106  
 107  107  BLTDATA=        $(BLTOBJS:%.o=%.c) $(BLTOBJS:%.o=%.h) report_bufsize.h
 108  108  
 109  109  SRCS=           ../common/llib-lconv
 110  110  LINTSRCS=       $(COMOBJS:%.o=../common/%.c) \
 111  111                      $(COMOBJS_NOMSG:%.o=../common/%.c) \
 112  112                      $(ELFCOM_OBJS:%.o=$(ELFCAP)/%.c) ../common/lintsup.c
 113  113  LINTSRCS32 =    $(COMOBJS32:%32.o=../common/%.c)
 114  114  LINTSRCS64 =    $(COMOBJS64:%64.o=../common/%.c)
 115  115  
 116      -# INTERNAL_RELEASE_BUILD is defined by standard full builds (nightly),
 117      -# but not for sgs builds we do for development. The result of these
 118      -# two lines is that dev builds pass -d to the readme_revision script,
 119      -# generating a more detailed version string for the linker components
 120      -# that includes the workspace, user, CR, and date. Official builds get
 121      -# a simpler uncluttered version string.
 122      -VERNOTE_DEBUG= -d
 123      -$(INTERNAL_RELEASE_BUILD)VERNOTE_DEBUG=
 124      -
 125  116  SGSMSGTARG=     $(BLTOBJS:%_msg.o=../common/%.msg)
 126  117  
 127  118  LINTFLAGS +=    -u
 128  119  LINTFLAGS64 +=  -u
 129  120  
 130  121  CLEANFILES +=   $(BLTDATA) $(LINTOUTS) bld_vernote vernote.s
 131  122  CLOBBERFILES += $(LINTLIBS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX