Print this page
Review from Yuri

Split Close
Expand all
Collapse all
          --- old/usr/src/common/mapfiles/gen/Makefile
          +++ new/usr/src/common/mapfiles/gen/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  # Use is subject to license terms.
  25   25  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  26   26  #
  27   27  
  28   28  include         $(SRC)/Makefile.master
  29   29  
  30   30  
  31   31  $(__GNUC)FILES= $(MACH)_gcc_map.noexeglobs
  32   32  $(__SUNC)FILES= $(MACH)_cc_map.noexeglobs
  33   33  
  34      -$(__GNU)$(BUILD64)FILES += $(MACH64)_gcc_map.noexeglobs
       34 +$(__GNUC)$(BUILD64)FILES += $(MACH64)_gcc_map.noexeglobs
  35   35  $(__SUNC)$(BUILD64)FILES += $(MACH64)_cc_map.noexeglobs 
  36   36  
  37   37  SYMS1=          syms.1
  38   38  SYMS2=          syms.2
  39   39  MAIN1=          main.1
  40   40  MAIN2=          main.2
  41   41  
  42   42  TEMPLATE1=      map.noexeglobs.1.template
  43   43  TEMPLATE2=      map.noexeglobs.2.template
  44   44  
↓ open down ↓ 63 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX