Print this page
4265 remove INTERNAL_RELEASE_BUILD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/Makefile.targ
          +++ new/usr/src/uts/Makefile.targ
↓ open down ↓ 104 lines elided ↑ open up ↑
 105  105  #
 106  106  # Build the source file which contains the kernel's utsname,
 107  107  # with release, version and machine set as follows:
 108  108  #
 109  109  #       release: contents of $(RELEASE) (Spaces replaced by '_')
 110  110  #       version: contents of $(PATCHID) (Spaces replaced by '_')
 111  111  #       machine: contents of $(UNAME_M)
 112  112  #
 113  113  # Build environment information is only contained in the comment section.
 114  114  #
 115      -# The version string, normally the variable VERSION, is set to display
 116      -# environmental information temporarily while in development because
 117      -# it provides a little more useful information.
 118      -#
 119      -VERSION_STRING  = ($(ECHO) $$LOGNAME [\`basename $$CODEMGR_WS\`] \\\c; date +%D)
 120      -$(INTERNAL_RELEASE_BUILD)VERSION_STRING = $(ECHO) $(PATCHID)
 121  115  
 122  116  $(OBJS_DIR)/vers.o: $(OBJECTS)
 123  117          $(COMPILE.c) -DUTS_RELEASE=\"`$(ECHO) $(RELEASE) | sed -e 's/ /_/g'`\" \
 124      -            -DUTS_VERSION=\"`$(VERSION_STRING) | sed -e 's/ /_/g'`\" \
      118 +            -DUTS_VERSION=\"`$(ECHO) $(PATCHID) | sed -e 's/ /_/g'`\" \
 125  119              -DUTS_PLATFORM=\"$(UNAME_M)\" -o $@ $(SRC)/uts/common/os/vers.c
 126  120          $(CTFCONVERT_O)
 127  121          $(POST_PROCESS_O)
 128  122  
 129  123  $(LINTS_DIR)/vers.ln: $(SRC)/uts/common/os/vers.c
 130  124          @($(LHEAD) $(LINT.c) -DUTS_RELEASE=\"\" -DUTS_VERSION=\"\" \
 131  125              -DUTS_PLATFORM=\"\" $(SRC)/uts/common/os/vers.c $(LTAIL))
 132  126  
 133  127  #
 134  128  #       Installation targets and rules:
↓ open down ↓ 371 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX