Print this page
4265 remove INTERNAL_RELEASE_BUILD


  96 ONLDREADME=     ../../packages/common/SUNWonld-README
  97 
  98 PICS=           $(OBJECTS:%=pics/%)
  99 
 100 CPPFLAGS +=     -I$(SRCBASE)/lib/libc/inc -I$(ELFCAP) \
 101                 -I$(SRC)/common/sgsrtcid
 102 
 103 ARFLAGS=        cr
 104 
 105 AS_CPPFLAGS=    -P -D_ASM $(CPPFLAGS)
 106 
 107 BLTDATA=        $(BLTOBJS:%.o=%.c) $(BLTOBJS:%.o=%.h) report_bufsize.h
 108 
 109 SRCS=           ../common/llib-lconv
 110 LINTSRCS=       $(COMOBJS:%.o=../common/%.c) \
 111                     $(COMOBJS_NOMSG:%.o=../common/%.c) \
 112                     $(ELFCOM_OBJS:%.o=$(ELFCAP)/%.c) ../common/lintsup.c
 113 LINTSRCS32 =    $(COMOBJS32:%32.o=../common/%.c)
 114 LINTSRCS64 =    $(COMOBJS64:%64.o=../common/%.c)
 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 SGSMSGTARG=     $(BLTOBJS:%_msg.o=../common/%.msg)
 126 
 127 LINTFLAGS +=    -u
 128 LINTFLAGS64 +=  -u
 129 
 130 CLEANFILES +=   $(BLTDATA) $(LINTOUTS) bld_vernote vernote.s
 131 CLOBBERFILES += $(LINTLIBS)


  96 ONLDREADME=     ../../packages/common/SUNWonld-README
  97 
  98 PICS=           $(OBJECTS:%=pics/%)
  99 
 100 CPPFLAGS +=     -I$(SRCBASE)/lib/libc/inc -I$(ELFCAP) \
 101                 -I$(SRC)/common/sgsrtcid
 102 
 103 ARFLAGS=        cr
 104 
 105 AS_CPPFLAGS=    -P -D_ASM $(CPPFLAGS)
 106 
 107 BLTDATA=        $(BLTOBJS:%.o=%.c) $(BLTOBJS:%.o=%.h) report_bufsize.h
 108 
 109 SRCS=           ../common/llib-lconv
 110 LINTSRCS=       $(COMOBJS:%.o=../common/%.c) \
 111                     $(COMOBJS_NOMSG:%.o=../common/%.c) \
 112                     $(ELFCOM_OBJS:%.o=$(ELFCAP)/%.c) ../common/lintsup.c
 113 LINTSRCS32 =    $(COMOBJS32:%32.o=../common/%.c)
 114 LINTSRCS64 =    $(COMOBJS64:%64.o=../common/%.c)
 115 









 116 SGSMSGTARG=     $(BLTOBJS:%_msg.o=../common/%.msg)
 117 
 118 LINTFLAGS +=    -u
 119 LINTFLAGS64 +=  -u
 120 
 121 CLEANFILES +=   $(BLTDATA) $(LINTOUTS) bld_vernote vernote.s
 122 CLOBBERFILES += $(LINTLIBS)