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/i86xpv/Makefile.i86xpv.shared
          +++ new/usr/src/uts/i86xpv/Makefile.i86xpv.shared
↓ open down ↓ 16 lines elided ↑ open up ↑
  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  # uts/i86xpv/Makefile.i86xpv.shared
  24   24  #
  25   25  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  26   26  # Use is subject to license terms.
       27 +# Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  27   28  #
  28   29  
  29   30  #
  30   31  #       This makefile contains the common definitions for the i86xpv unix
  31   32  #       and all i86xpv implementation architecture dependent modules.
  32   33  #
  33   34  
  34   35  #
  35   36  #       Machine type (implementation architecture):
  36   37  #
↓ open down ↓ 133 lines elided ↑ open up ↑
 170  171  #       XXX: The above could possibly be done for more flags and files, but
 171  172  #            is left as an experiment to the interested reader. Be forewarned,
 172  173  #            that excessive use could lead to maintenance difficulties.
 173  174  #
 174  175  DEBUG_DEFS_OBJ32        =
 175  176  DEBUG_DEFS_DBG32        = -DDEBUG
 176  177  DEBUG_DEFS_OBJ64        =
 177  178  DEBUG_DEFS_DBG64        = -DDEBUG
 178  179  DEBUG_DEFS              = $(DEBUG_DEFS_$(BUILD_TYPE))
 179  180  
 180      -DEBUG_COND_OBJ32        :sh = echo \\043
      181 +DEBUG_COND_OBJ32        = $(POUND_SIGN)
 181  182  DEBUG_COND_DBG32        =
 182      -DEBUG_COND_OBJ64        :sh = echo \\043
      183 +DEBUG_COND_OBJ64        = $(POUND_SIGN)
 183  184  DEBUG_COND_DBG64        =
 184  185  IF_DEBUG_OBJ            = $(DEBUG_COND_$(BUILD_TYPE))$(OBJS_DIR)/
 185  186  
 186  187  $(IF_DEBUG_OBJ)trap.o           := DEBUG_DEFS += -DTRAPDEBUG -DTRAPTRACE
 187  188  $(IF_DEBUG_OBJ)syscall_asm.o    := DEBUG_DEFS += -DSYSCALLTRACE -DTRAPTRACE
 188  189  $(IF_DEBUG_OBJ)syscall_asm_amd64.o := DEBUG_DEFS += -DSYSCALLTRACE -DTRAPTRACE
 189  190  $(IF_DEBUG_OBJ)fast_trap_asm.o  := DEBUG_DEFS += -DTRAPTRACE
 190  191  $(IF_DEBUG_OBJ)interrupt.o      := DEBUG_DEFS += -DTRAPTRACE
 191  192  $(IF_DEBUG_OBJ)intr.o           := DEBUG_DEFS += -DTRAPTRACE
 192  193  $(IF_DEBUG_OBJ)locore.o         := DEBUG_DEFS += -DTRAPTRACE
↓ open down ↓ 127 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX