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/i86pc/Makefile.i86pc.shared
          +++ new/usr/src/uts/i86pc/Makefile.i86pc.shared
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  # uts/i86pc/Makefile.i86pc
  24   24  #
  25   25  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
       26 +# Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  26   27  #
  27   28  #
  28   29  #       This makefile contains the common definitions for the i86pc unix
  29   30  #       and all i86pc implementation architecture dependent modules.
  30   31  #
  31   32  
  32   33  #
  33   34  #       Machine type (implementation architecture):
  34   35  #
  35   36  PLATFORM         = i86pc
↓ open down ↓ 142 lines elided ↑ open up ↑
 178  179  #       XXX: The above could possibly be done for more flags and files, but
 179  180  #            is left as an experiment to the interested reader. Be forewarned,
 180  181  #            that excessive use could lead to maintenance difficulties.
 181  182  #
 182  183  DEBUG_DEFS_OBJ32        =
 183  184  DEBUG_DEFS_DBG32        = -DDEBUG
 184  185  DEBUG_DEFS_OBJ64        =
 185  186  DEBUG_DEFS_DBG64        = -DDEBUG
 186  187  DEBUG_DEFS              = $(DEBUG_DEFS_$(BUILD_TYPE))
 187  188  
 188      -DEBUG_COND_OBJ32        :sh = echo \\043
      189 +DEBUG_COND_OBJ32        = $(POUND_SIGN)
 189  190  DEBUG_COND_DBG32        =
 190      -DEBUG_COND_OBJ64        :sh = echo \\043
      191 +DEBUG_COND_OBJ64        = $(POUND_SIGN)
 191  192  DEBUG_COND_DBG64        =
 192  193  IF_DEBUG_OBJ            = $(DEBUG_COND_$(BUILD_TYPE))$(OBJS_DIR)/
 193  194  
 194  195  $(IF_DEBUG_OBJ)trap.o           := DEBUG_DEFS += -DTRAPDEBUG -DTRAPTRACE
 195  196  $(IF_DEBUG_OBJ)syscall_asm.o    := DEBUG_DEFS += -DSYSCALLTRACE -DTRAPTRACE
 196  197  $(IF_DEBUG_OBJ)syscall_asm_amd64.o := DEBUG_DEFS += -DSYSCALLTRACE -DTRAPTRACE
 197  198  $(IF_DEBUG_OBJ)fast_trap_asm.o  := DEBUG_DEFS += -DTRAPTRACE
 198  199  $(IF_DEBUG_OBJ)interrupt.o      := DEBUG_DEFS += -DTRAPTRACE
 199  200  $(IF_DEBUG_OBJ)intr.o           := DEBUG_DEFS += -DTRAPTRACE
 200  201  $(IF_DEBUG_OBJ)locore.o         := DEBUG_DEFS += -DTRAPTRACE
↓ open down ↓ 134 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX