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/sun4u/Makefile.sun4u.shared
          +++ new/usr/src/uts/sun4u/Makefile.sun4u.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 sun4u unix
  27   28  #       and all sun4u implementation architecture dependent modules.
  28   29  #
  29   30  
  30   31  #
  31   32  #       Machine type (implementation architecture):
  32   33  #
  33   34  PLATFORM         = sun4u
  34   35  PROMIF           = ieee1275
↓ open down ↓ 231 lines elided ↑ open up ↑
 266  267  #            that excessive use could lead to maintenance difficulties.
 267  268  #
 268  269  #       Note: kslice can be enabled for the sun4u, but is disabled by default
 269  270  #             in all cases.
 270  271  #
 271  272  
 272  273  DEBUG_DEFS_OBJ64        =
 273  274  DEBUG_DEFS_DBG64        = -DDEBUG
 274  275  DEBUG_DEFS              = $(DEBUG_DEFS_$(BUILD_TYPE))
 275  276  
 276      -DEBUG_COND_OBJ64        :sh = echo \\043
      277 +DEBUG_COND_OBJ64        = $(POUND_SIGN)
 277  278  DEBUG_COND_DBG64        = 
 278  279  IF_DEBUG_OBJ            = $(DEBUG_COND_$(BUILD_TYPE))$(OBJS_DIR)/
 279  280  
 280  281  $(IF_DEBUG_OBJ)trap.o           :=      DEBUG_DEFS      += -DTRAPDEBUG
 281  282  $(IF_DEBUG_OBJ)mach_trap.o      :=      DEBUG_DEFS      += -DTRAPDEBUG
 282  283  $(IF_DEBUG_OBJ)syscall_trap.o   :=      DEBUG_DEFS      += -DSYSCALLTRACE
 283  284  $(IF_DEBUG_OBJ)clock.o          :=      DEBUG_DEFS      += -DKSLICE=0
 284  285  
 285  286  IF_TRAPTRACE_OBJ = $(IF_DEBUG_OBJ)
 286  287  # comment this out for a non-debug kernel with TRAPTRACE
↓ open down ↓ 201 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX