Print this page
16446 dtrace consumers should not be isaexec'd
Change-Id: Ibf80c7283c421cba98e80dce272c6dd51d24bb87
        
*** 26,51 ****
  
  PROG = powertop
  
  include ../Makefile.cmd
  
! $(64ONLY)SUBDIRS        = $(MACH)
! $(BUILD64)SUBDIRS       += $(MACH64)
  
  all     :=      TARGET = all
  install :=      TARGET = install
  clean   :=      TARGET = clean
  clobber :=      TARGET = clobber
- lint    :=      TARGET = lint
  
  .KEEP_STATE:
  
! all clean clobber lint: $(SUBDIRS)
  
  install:        $(SUBDIRS)
-         -$(RM) $(ROOTPROG)
-         -$(LN) $(ISAEXEC) $(ROOTPROG)
  
  $(SUBDIRS):     FRC
          @cd $@; pwd; $(MAKE) $(TARGET)
  
  FRC:
--- 26,47 ----
  
  PROG = powertop
  
  include ../Makefile.cmd
  
! SUBDIRS += $(MACH64)
  
  all     :=      TARGET = all
  install :=      TARGET = install
  clean   :=      TARGET = clean
  clobber :=      TARGET = clobber
  
  .KEEP_STATE:
  
! all clean clobber install:      $(SUBDIRS)
  
  install:        $(SUBDIRS)
  
  $(SUBDIRS):     FRC
          @cd $@; pwd; $(MAKE) $(TARGET)
  
  FRC: