Print this page
3806 illumos build execs echo unnecessarily
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/Makefile.sun4v.shared
          +++ new/usr/src/uts/sun4v/Makefile.sun4v.shared
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
       25 +# Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  25   26  #
  26   27  #       This makefile contains the common definitions for the sun4v unix
  27   28  #       and all sun4v implementation architecture dependent modules.
  28   29  #
  29   30  
  30   31  #
  31   32  #       Machine type (implementation architecture):
  32   33  #
  33   34  PLATFORM         = sun4v
  34   35  LINKED_PLATFORMS += SUNW,Sun-Fire-T1000
↓ open down ↓ 208 lines elided ↑ open up ↑
 243  244  #            that excessive use could lead to maintenance difficulties.
 244  245  #
 245  246  #       Note: kslice can be enabled for the sun4v, but is disabled by default
 246  247  #             in all cases.
 247  248  #
 248  249  
 249  250  DEBUG_DEFS_OBJ64        =
 250  251  DEBUG_DEFS_DBG64        = -DDEBUG
 251  252  DEBUG_DEFS              = $(DEBUG_DEFS_$(BUILD_TYPE))
 252  253  
 253      -DEBUG_COND_OBJ64        :sh = echo \\043
      254 +DEBUG_COND_OBJ64        = $(POUND_SIGN)
 254  255  DEBUG_COND_DBG64        =
 255  256  IF_DEBUG_OBJ            = $(DEBUG_COND_$(BUILD_TYPE))$(OBJS_DIR)/
 256  257  
 257  258  $(IF_DEBUG_OBJ)trap.o           :=      DEBUG_DEFS      += -DTRAPDEBUG
 258  259  $(IF_DEBUG_OBJ)mach_trap.o      :=      DEBUG_DEFS      += -DTRAPDEBUG
 259  260  $(IF_DEBUG_OBJ)syscall_trap.o   :=      DEBUG_DEFS      += -DSYSCALLTRACE
 260  261  $(IF_DEBUG_OBJ)clock.o          :=      DEBUG_DEFS      += -DKSLICE=0
 261  262  
 262  263  IF_TRAPTRACE_OBJ = $(IF_DEBUG_OBJ)
 263  264  # comment this out for a non-debug kernel with TRAPTRACE
↓ open down ↓ 184 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX