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>

@@ -18,10 +18,11 @@
 # CDDL HEADER END
 #
 
 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
 # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
+# Copyright (c) 2013 Andrew Stormont.  All rights reserved.
 
 #
 #       This makefile contains the common definitions for all intel
 #       implementation architecture independent modules.
 #

@@ -149,13 +150,13 @@
 DEBUG_DEFS_DBG32        = -DDEBUG
 DEBUG_DEFS_OBJ64        =
 DEBUG_DEFS_DBG64        = -DDEBUG
 DEBUG_DEFS              = $(DEBUG_DEFS_$(BUILD_TYPE))
 
-DEBUG_COND_OBJ32        :sh = echo \\043
+DEBUG_COND_OBJ32        = $(POUND_SIGN)
 DEBUG_COND_DBG32        =
-DEBUG_COND_OBJ64        :sh = echo \\043
+DEBUG_COND_OBJ64        = $(POUND_SIGN)
 DEBUG_COND_DBG64        =
 IF_DEBUG_OBJ            = $(DEBUG_COND_$(BUILD_TYPE))$(OBJS_DIR)/
 
 $(IF_DEBUG_OBJ)syscall.o        :=      DEBUG_DEFS      += -DSYSCALLTRACE
 $(IF_DEBUG_OBJ)clock.o          :=      DEBUG_DEFS      += -DKSLICE=1