Print this page
16446 dtrace consumers should not be isaexec'd
Change-Id: Ibf80c7283c421cba98e80dce272c6dd51d24bb87

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/dtrace/amd64/Makefile
          +++ new/usr/src/cmd/dtrace/amd64/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -# ident "%Z%%M% %I%     %E% SMI"
  27      -#
  28   26  
  29   27  include ../Makefile.com
  30   28  include ../../Makefile.cmd.64
  31   29  
  32      -install: all $(ROOTUSRSBINPROG64)
       30 +ROOTLINK = $(PROG:%=$(ROOTUSRSBIN64)/%)
       31 +
       32 +install: all $(ROOTUSRSBINPROG) $(ROOTLINK)
       33 +
       34 +$(ROOTLINK): all
       35 +        $(RM) $@; $(SYMLINK) ../../sbin/$(@F) $@
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX