Print this page
16446 dtrace consumers should not be isaexec'd
Change-Id: Ibf80c7283c421cba98e80dce272c6dd51d24bb87
*** 21,56 ****
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
PROG= dtrace
include ../Makefile.cmd
! SUBDIRS= $(MACH) demo test
! $(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
- lint := TARGET = lint
.KEEP_STATE:
! all: $(SUBDIRS)
- clean clobber lint: $(SUBDIRS)
-
- install: $(SUBDIRS)
- -$(RM) $(ROOTUSRSBINPROG)
- -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
-
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
--- 21,46 ----
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
PROG= dtrace
include ../Makefile.cmd
! SUBDIRS= $(MACH64) demo test
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
.KEEP_STATE:
! all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: