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/intel/Makefile.intel.shared
          +++ new/usr/src/uts/intel/Makefile.intel.shared
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  # If applicable, add the following below this CDDL HEADER, with the
  15   15  # fields enclosed by brackets "[]" replaced with your own identifying
  16   16  # information: Portions Copyright [yyyy] [name of copyright owner]
  17   17  #
  18   18  # CDDL HEADER END
  19   19  #
  20   20  
  21   21  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
       23 +# Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  23   24  
  24   25  #
  25   26  #       This makefile contains the common definitions for all intel
  26   27  #       implementation architecture independent modules.
  27   28  #
  28   29  
  29   30  #
  30   31  #       Machine type (implementation architecture):
  31   32  #
  32   33  PLATFORM         = i86pc
↓ open down ↓ 111 lines elided ↑ open up ↑
 144  145  #
 145  146  #       Special knowledge of which special debugging options affect which
 146  147  #       file is used to optimize the build if these flags are changed.
 147  148  #
 148  149  DEBUG_DEFS_OBJ32        =
 149  150  DEBUG_DEFS_DBG32        = -DDEBUG
 150  151  DEBUG_DEFS_OBJ64        =
 151  152  DEBUG_DEFS_DBG64        = -DDEBUG
 152  153  DEBUG_DEFS              = $(DEBUG_DEFS_$(BUILD_TYPE))
 153  154  
 154      -DEBUG_COND_OBJ32        :sh = echo \\043
      155 +DEBUG_COND_OBJ32        = $(POUND_SIGN)
 155  156  DEBUG_COND_DBG32        =
 156      -DEBUG_COND_OBJ64        :sh = echo \\043
      157 +DEBUG_COND_OBJ64        = $(POUND_SIGN)
 157  158  DEBUG_COND_DBG64        =
 158  159  IF_DEBUG_OBJ            = $(DEBUG_COND_$(BUILD_TYPE))$(OBJS_DIR)/
 159  160  
 160  161  $(IF_DEBUG_OBJ)syscall.o        :=      DEBUG_DEFS      += -DSYSCALLTRACE
 161  162  $(IF_DEBUG_OBJ)clock.o          :=      DEBUG_DEFS      += -DKSLICE=1
 162  163  
 163  164  #
 164  165  #       Collect the preprocessor definitions to be associated with *all*
 165  166  #       files.
 166  167  #
↓ open down ↓ 585 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX